ответвлено от mtcontrib/minetest_hudbars
Remove hotbar support
Этот коммит содержится в:
6
init.lua
6
init.lua
@@ -49,12 +49,6 @@ end
|
||||
local function custom_hud(player)
|
||||
local name = player:get_player_name()
|
||||
|
||||
-- fancy hotbar (only when no crafting mod present)
|
||||
if minetest.get_modpath("crafting") == nil then
|
||||
player:hud_set_hotbar_image("hud_hotbar.png")
|
||||
player:hud_set_hotbar_selected_image("hud_hotbar_selected.png")
|
||||
end
|
||||
|
||||
if minetest.setting_getbool("enable_damage") then
|
||||
--health
|
||||
health_hud[name] = player:hud_add({
|
||||
|
Двоичные данные
textures/hud_hotbar.png
Двоичные данные
textures/hud_hotbar.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 1.1 KiB |
Двоичные данные
textures/hud_hotbar_selected.png
Двоичные данные
textures/hud_hotbar_selected.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 8.8 KiB |
Ссылка в новой задаче
Block a user