hud_hunger/hud/init.lua

12 lines
252 B
Lua
Raw Normal View History

2015-10-18 08:50:04 -07:00
hud = {}
local modpath = minetest.get_modpath("hud")
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