Follow naming conventions of textures in creative

This commit is contained in:
Craig Davison
2016-02-01 17:34:12 +00:00
committed by paramat
父節點 0add474af2
當前提交 09dbaf7972
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@@ -104,7 +104,7 @@ creative.set_creative_formspec = function(player, start_i, pagenum, tab_id)
player:set_inventory_formspec([[
size[8,8.6]
image[4.06,3.4;0.8,0.8;trash_icon.png]
image[4.06,3.4;0.8,0.8;creative_trash_icon.png]
list[current_player;main;0,4.7;8,1;]
list[current_player;main;0,5.85;8,3;8]
list[detached:creative_trash;main;4,3.3;1,1;]
@@ -136,7 +136,7 @@ creative.set_crafting_formspec = function(player)
list[current_player;main;0,4.7;8,1;]
list[current_player;main;0,5.85;8,3;8]
list[detached:creative_trash;main;0,2.75;1,1;]
image[0.06,2.85;0.8,0.8;trash_icon.png]
image[0.06,2.85;0.8,0.8;creative_trash_icon.png]
image[5,1.75;1,1;gui_furnace_arrow_bg.png^[transformR270]
tabheader[0,0;tabs;Crafting,All,Nodes,Tools,Items;1;true;false]
listring[current_player;main]

查看文件

Before

Width:  |  Height:  |  大小: 179 B

After

Width:  |  Height:  |  大小: 179 B