portable commit - fixed bug world and marathon mode

This commit is contained in:
PennyRigate 2024-04-16 19:05:29 -04:00
parent ec7ad7bfc9
commit 9bf8470d40
4 changed files with 29 additions and 9 deletions

View file

@ -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()