forked from team-sg/hero-mark-2
make 30385 cheat functional
This commit is contained in:
parent
fa58ac21a1
commit
e25dd87774
5 changed files with 66 additions and 3 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue