Marisa Rigate's Big Commit: Disaster Averted!

This commit is contained in:
Haze Weathers 2023-12-25 01:01:59 -05:00
parent 1215099f4d
commit 263d6219cc
19 changed files with 314 additions and 95 deletions

View file

@ -223,3 +223,7 @@ func _enter_code():
fast_punishment = 1
"FASTERPUNISHMENT":
fast_punishment = 2
"WIGGLE":
var player = get_tree().get_nodes_in_group("player").pop_back()
player.sprite.material.set_shader_param("palette", load("res://graphics/player/palettes/costume_wriggle.png"))
player.sprite.set_texture(load("res://graphics/player/costume_wriggle.png"))