5.0
Mrchiantos 2019-06-14 22:11:27 +02:00
parent ed15ade047
commit b72834dfb0
1 changed files with 4 additions and 6 deletions

View File

@ -1,16 +1,14 @@
hud = {}
local path = minetest.get_modpath("hud")
dofile(path .. "/api.lua")
dofile(path .. "/builtin.lua")
dofile(path .. "/legacy.lua")
if PLATFORM == "Android" then
else
dofile(path .. "/itemwheel.lua")
dofile(path .. "/api.lua")
dofile(path .. "/builtin.lua")
dofile(path .. "/legacy.lua")
dofile(path .. "/itemwheel.lua")
end