forked from team-sg/hero-mark-2
level complete victory sound
This commit is contained in:
parent
a7f00ddde7
commit
899a985643
4 changed files with 18 additions and 2 deletions
|
@ -35,6 +35,7 @@ const a_rainbow_laser = preload("res://audio/sounds/rainbow_laser.ogg")
|
|||
const a_spaghetti = preload("res://audio/sounds/spaghetti.ogg")
|
||||
const a_good_job = preload("res://audio/sounds/good_job.ogg")
|
||||
const a_2600_charge = preload("res://audio/sounds/2600_charge.ogg")
|
||||
const a_victory = preload("res://audio/sounds/victory.ogg")
|
||||
|
||||
#Plays a sound
|
||||
func play_sound(snd,player):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue