forked from team-sg/hero-mark-2
music doesnt restart after death or restart
This commit is contained in:
parent
7f60cf2278
commit
cf0c7848bd
2 changed files with 11 additions and 4 deletions
|
@ -9,7 +9,7 @@ var life_bonus = true
|
|||
var collectible_bonus = false
|
||||
|
||||
func _ready():
|
||||
Game.play_sound(music,Game.ac_music)
|
||||
Game.play_music(music)
|
||||
|
||||
func _physics_process(delta):
|
||||
if Game.golds == 50 && Game.shards == 5:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue