make 30385 cheat functional

This commit is contained in:
Haze Weathers 2023-01-12 16:15:53 -05:00
parent fa58ac21a1
commit e25dd87774
5 changed files with 66 additions and 3 deletions

View file

@ -111,7 +111,8 @@ func _on_entry():
func _enter_code():
match code:
"30385":
Debug.print("Woohoo crystals!")
for gold in get_tree().get_nodes_in_group("gold"):
gold.get_node("AnimatedSprite").frames = preload("res://graphics/collectibles/30385_frames.tres")
"1989":
Game.play_sound(Game.a_die, Game.ac_die)
for enemy in get_tree().get_nodes_in_group("enemy"):