a_pleasant_stroll/sound.lua

9 lines
171 B
Lua
Raw Normal View History

2019-12-09 01:43:32 +00:00
-- 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