Merge branch 'main' into demo

This commit is contained in:
Haze Weathers 2023-12-25 01:04:34 -05:00
commit 651a677b15
20 changed files with 950 additions and 96 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"))