forked from team-sg/hero-mark-2
Marisa Rigate's Big Commit: Disaster Averted!
This commit is contained in:
parent
1215099f4d
commit
263d6219cc
19 changed files with 314 additions and 95 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