diff options
-rw-r--r-- | init.lua | 6 | ||||
-rw-r--r-- | textures/hud_hotbar.png | bin | 1142 -> 0 bytes | |||
-rw-r--r-- | textures/hud_hotbar_selected.png | bin | 9049 -> 0 bytes |
3 files changed, 0 insertions, 6 deletions
@@ -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({ diff --git a/textures/hud_hotbar.png b/textures/hud_hotbar.png Binary files differdeleted file mode 100644 index 8c3df7c..0000000 --- a/textures/hud_hotbar.png +++ /dev/null diff --git a/textures/hud_hotbar_selected.png b/textures/hud_hotbar_selected.png Binary files differdeleted file mode 100644 index 5334d6b..0000000 --- a/textures/hud_hotbar_selected.png +++ /dev/null |