mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
parent
deb61da142
commit
78734c70ce
@ -0,0 +1 @@
|
||||
default
|
9
mods/hudbars/hud_legacy.lua
Executable file
9
mods/hudbars/hud_legacy.lua
Executable file
@ -0,0 +1,9 @@
|
||||
-- Miscellaneous legacies from our old mod, HUD by BlockMen
|
||||
--
|
||||
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
player:hud_set_flags({crosshair = true, hotbar = true, healthbar = false, wielditem = true, breathbar = false})
|
||||
|
||||
player:hud_set_hotbar_image("hudbars_hotbar.png")
|
||||
player:hud_set_hotbar_selected_image("hudbars_hotbar_selected.png")
|
||||
end)
|
@ -357,3 +357,6 @@ minetest.register_globalstep(function(dtime)
|
||||
end
|
||||
if timer > 4 then timer = 0 end
|
||||
end)
|
||||
|
||||
-- Our legacy
|
||||
dofile(minetest.get_modpath("hudbars").."/hud_legacy.lua")
|
||||
|
BIN
mods/hudbars/textures/crosshair.png
Executable file
BIN
mods/hudbars/textures/crosshair.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 663 B |
BIN
mods/hudbars/textures/hudbars_hotbar.png
Executable file
BIN
mods/hudbars/textures/hudbars_hotbar.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 174 B |
BIN
mods/hudbars/textures/hudbars_hotbar_selected.png
Executable file
BIN
mods/hudbars/textures/hudbars_hotbar_selected.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 310 B |
BIN
mods/hudbars/textures/wieldhand.png
Executable file
BIN
mods/hudbars/textures/wieldhand.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 153 B |
Loading…
Reference in New Issue
Block a user