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
|
@ -12,7 +12,7 @@ export(int, "Left To Right", "Right To Left") var move_direction
|
|||
onready var startpos = position
|
||||
|
||||
func _ready():
|
||||
death_sound = Game.a_die_robot
|
||||
death_sound = Audio.a_die_robot
|
||||
up_boundary *= 8
|
||||
down_boundary *= 8
|
||||
#Move in direction selected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue