Merge branch 'main' into demo
This commit is contained in:
commit
651a677b15
20 changed files with 950 additions and 96 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue