Initial sound code.
This commit is contained in:
parent
0b10b2df67
commit
1153509631
3 changed files with 21 additions and 0 deletions
8
sound.lua
Normal file
8
sound.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- Defines constants and plays music and sound effects
|
||||
|
||||
function init_sound()
|
||||
-- each name maps to a pattern number to play
|
||||
music_map = {
|
||||
desert = 0,
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue