add sound-switch and use default if available

This commit is contained in:
BuckarooBanzay
2021-08-15 11:18:44 +02:00
parent 06aa9e0cf1
commit e3d87eefc6
10 changed files with 104 additions and 72 deletions

View File

@ -4,6 +4,9 @@ scifi_nodes = {}
local MP = minetest.get_modpath("scifi_nodes")
dofile(MP.."/sounds.lua")
if minetest.get_modpath("xpanes") then
dofile(MP.."/panes.lua")
end