Rename inventory textures

This commit is contained in:
Wuzzy 2017-01-05 20:22:22 +01:00
parent ed25434c34
commit 30ae4cbcd5
11 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ local name = player:get_player_name()
CREATIVE_FORMSPEC =
"size[11,9.75]"..
default.inventory_header..
--"background[-0.25,1;10.5,8;inventory_creative_inventory_bg.png]"..
--"background[-0.25,1;10.5,8;mcl_inventory_creative_inventory_bg.png]"..
"button[9.5,0;1.5,1.5;creative_search;Search]"..
"list[detached:"..name.."_armor;armor_head;0.25,1.25;1,1;]"..
"list[detached:"..name.."_armor;armor_torso;0.25,2.5;1,1;]"..
@ -30,7 +30,7 @@ local name = player:get_player_name()
SURVIVAL_FORMSPEC =
"size[9,9.5]"..
default.inventory_header..
--"background[-0.4,-0.45;9.8,9.825;inventory_survival_inventory_bg.png]"..
--"background[-0.4,-0.45;9.8,9.825;mcl_inventory_survival_inventory_bg.png]"..
"list[detached:"..name.."_armor;armor_head;0,0;1,1;]"..
"list[detached:"..name.."_armor;armor_torso;0,1;1,1;]"..
"list[detached:"..name.."_armor;armor_legs;0,2;1,1;]"..
@ -61,7 +61,7 @@ end
CRAFTING_FORMSPEC =
"size[9,8.5]"..
default.inventory_header..
"background[-0.4,-0.5;9.78,9.5;inventory_crafting_inventory_bg.png]"..
"background[-0.4,-0.5;9.78,9.5;mcl_inventory_crafting_inventory_bg.png]"..
"list[current_player;main;0,4.32;9,4;9]"..
"list[current_player;main;0,7.6;9,1;]"..
"list[current_player;craft;1.218,0.46;3,3;]"..
@ -78,6 +78,6 @@ function inventory.hotbar(player)
if player.hud_set_hotbar_itemcount then
minetest.after(0, player.hud_set_hotbar_itemcount, player, 9)
end
player:hud_set_hotbar_image("inventory_hotbar.png")
player:hud_set_hotbar_selected_image("inventory_hotbar_selected.png")
player:hud_set_hotbar_image("mcl_inventory_hotbar.png")
player:hud_set_hotbar_selected_image("mcl_inventory_hotbar_selected.png")
end

View File

@ -167,7 +167,7 @@ playerdata = load_player_data()
local pagenum = math.floor(pagenum)
local pagemax = math.floor((inventory.inventory_size-1) / (9*3) + 1)
CREATIVE_SEARCH_ITEMS = "size[10,7]"..
"background[-0.22,-0.25;10.8,7.7;creative_inventory_bg.png]"..
"background[-0.22,-0.25;10.8,7.7;mcl_creative_inventory_bg.png]"..
"button[8,0;1.5,1;creative_search;Search]"..
"list[current_player;main;0.21,6.05;9,1;]"..
"list[detached:creative;main;0.21,2.78;9,3;"..tostring(start_i).."]"..

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 613 B

View File

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 593 B

View File

Before

Width:  |  Height:  |  Size: 823 B

After

Width:  |  Height:  |  Size: 823 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 859 B

View File

Before

Width:  |  Height:  |  Size: 748 B

After

Width:  |  Height:  |  Size: 748 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB