hud/init.lua

12 lines
252 B
Lua
Raw Normal View History

2013-06-28 13:58:06 -07:00
hud = {}
local modpath = minetest.get_modpath("hud")
2013-06-28 13:58:06 -07:00
dofile(modpath .. "/api.lua")
dofile(modpath .. "/functions.lua")
dofile(modpath .. "/builtin.lua")
dofile(modpath .. "/legacy.lua")
if hud.item_wheel then
dofile(modpath .. "/itemwheel.lua")
end