mod-sounds/init.lua
2021-06-14 19:19:48 -07:00

8 lines
147 B
Lua

sounds = {}
sounds.modname = core.get_current_modname()
sounds.modpath = core.get_modpath(sounds.modname)
dofile(sounds.modpath .. "/node.lua")