forked from team-sg/hero-mark-2
All audio stuff moved to audio autoload and removed game.tscn in favor of just game.gd
This commit is contained in:
parent
30cfad6e7e
commit
e1a30188a6
21 changed files with 134 additions and 97 deletions
|
@ -98,7 +98,7 @@ func _input(event):
|
|||
_on_entry()
|
||||
|
||||
func _on_entry():
|
||||
Game.play_sound(Game.a_star, Game.ac_cheat)
|
||||
Audio.play_sound(Audio.a_star, Audio.ac_cheat)
|
||||
Game.can_pause = false
|
||||
|
||||
func _enter_code():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue