forked from team-sg/hero-mark-2
music no longer hard coded
This commit is contained in:
parent
3b52ec2cbf
commit
1e0202864f
16 changed files with 151 additions and 101 deletions
|
@ -10,7 +10,7 @@ var life_bonus = true
|
|||
var collectible_bonus = false
|
||||
|
||||
func _ready():
|
||||
Game.play_sound(load("res://audio/music/rumble_loop.mp3"),Game.ac_music)
|
||||
Game.play_sound(music,Game.ac_music)
|
||||
Game.current_level = save_location
|
||||
|
||||
func _physics_process(delta):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue