a_pleasant_stroll/sound.lua
2019-12-08 20:43:32 -05:00

9 lines
171 B
Lua

-- 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