mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-05-04 13:56:51 -06:00
working hud
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
spacesuit = {
|
||||
armor_use = tonumber(minetest.settings:get("spacesuit.armor_use")) or 150,
|
||||
armor_use = tonumber(minetest.settings:get("spacesuit.armor_use")) or 75,
|
||||
}
|
||||
|
||||
|
||||
@@ -8,8 +8,7 @@ local MP = minetest.get_modpath("spacesuit")
|
||||
|
||||
dofile(MP.."/suit.lua")
|
||||
dofile(MP.."/crafts.lua")
|
||||
dofile(MP.."/hud.lua")
|
||||
dofile(MP.."/drowning.lua")
|
||||
|
||||
|
||||
|
||||
print("[OK] Spacesuit")
|
||||
|
||||
Reference in New Issue
Block a user