LOTS OF STUFF

This commit is contained in:
IonicCheese 2025-12-09 23:32:49 -08:00
commit 43f40c2550
499 changed files with 566 additions and 225 deletions

View file

@ -0,0 +1,8 @@
local filename = xcompat.gameid
--if we dont have a materials file for the game, use minetest
if not xcompat.utilities.file_exists(xcompat.modpath .. "/src/sounds/" .. filename .. ".lua") then
filename = "xcompat_agnostic"
end
return dofile(xcompat.modpath .. "/src/sounds/" .. filename .. ".lua")