forked from team-sg/hero-mark-2
portable commit - fixed bug world and marathon mode
This commit is contained in:
parent
ec7ad7bfc9
commit
9bf8470d40
4 changed files with 29 additions and 9 deletions
|
@ -223,9 +223,9 @@ func _enter_code():
|
|||
fast_punishment = 1
|
||||
"FASTERPUNISHMENT":
|
||||
fast_punishment = 2
|
||||
"WIGGLE":
|
||||
"LBUG":
|
||||
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.material.set_shader_param("palette", load("res://graphics/player/palettes/costume_wriggle.tex"))
|
||||
player.sprite.set_texture(load("res://graphics/player/costume_wriggle.png"))
|
||||
"BLOOPER":
|
||||
var silhouette = load("res://objects/hud/silhouette.tscn").instance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue