yummy
This commit is contained in:
parent
2c6dfcf5d8
commit
fd2d7e73d8
6 changed files with 84 additions and 0 deletions
|
@ -31,6 +31,7 @@ const a_select = preload("res://audio/sounds/select.wav")
|
|||
const a_confirm = preload("res://audio/sounds/confirm.wav")
|
||||
const a_bullet_barrage = preload("res://audio/sounds/bullet_barrage.ogg")
|
||||
const a_rainbow_laser = preload("res://audio/sounds/rainbow_laser.ogg")
|
||||
const a_spaghetti = preload("res://audio/sounds/spaghetti.ogg")
|
||||
|
||||
#Plays a sound
|
||||
func play_sound(snd,player):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue