From 5f3d4b70c6baa3a0f81ee5830f02a4db82885440 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 4 Feb 2015 02:25:47 +0100 Subject: Remove hotbar support --- init.lua | 6 ------ textures/hud_hotbar.png | Bin 1142 -> 0 bytes textures/hud_hotbar_selected.png | Bin 9049 -> 0 bytes 3 files changed, 6 deletions(-) delete mode 100644 textures/hud_hotbar.png delete mode 100644 textures/hud_hotbar_selected.png diff --git a/init.lua b/init.lua index 036ccad..45226a5 100644 --- a/init.lua +++ b/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({ diff --git a/textures/hud_hotbar.png b/textures/hud_hotbar.png deleted file mode 100644 index 8c3df7c..0000000 Binary files a/textures/hud_hotbar.png and /dev/null differ diff --git a/textures/hud_hotbar_selected.png b/textures/hud_hotbar_selected.png deleted file mode 100644 index 5334d6b..0000000 Binary files a/textures/hud_hotbar_selected.png and /dev/null differ -- cgit v1.2.3