more sound
This commit is contained in:
parent
f089be7018
commit
44de931356
4 changed files with 2 additions and 3 deletions
BIN
data/sound/ingame_background.wav
Normal file
BIN
data/sound/ingame_background.wav
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -27,6 +27,5 @@ Enumeration 500
|
|||
EndEnumeration
|
||||
|
||||
; Sounds
|
||||
Global Dim Sounds.i(2)
|
||||
Sounds(0) = LoadSound(0, #DATA_PATH + "sound/menu_change.wav")
|
||||
Sounds(1) = LoadSound(1, #DATA_PATH + "sound/menu_select.wav")
|
||||
LoadSound(0, #DATA_PATH + "sound/menu_change.wav")
|
||||
LoadSound(1, #DATA_PATH + "sound/menu_select.wav")
|
||||
|
|
Loading…
Reference in a new issue