add stairs api (#56)

This commit is contained in:
wsor4035
2025-10-25 19:09:44 -04:00
committed by GitHub
parent 5a778586c9
commit 99d43ea54b
10 changed files with 148 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ xcompat.materials = dofile(modpath .. "/src/materials.lua")
xcompat.textures = dofile(modpath .. "/src/textures.lua")
xcompat.functions = dofile(modpath .. "/src/functions.lua")
xcompat.player = dofile(modpath .. "/src/player.lua")
xcompat.stairs = dofile(modpath .. "/src/stairs.lua")
local function validate_sound(key)
if key and xcompat.sounds[key] then