Added creative player gui to formspec

New Files
default_creativeplayer_gui.png
master
metalstache 2013-02-18 13:06:33 -05:00
parent 4f7814a2bd
commit a8baa56766
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ creative_inventory.set_creative_formspec = function(player, start_i, pagenum)
pagenum = math.floor(pagenum)
local pagemax = math.floor((creative_inventory.creative_inventory_size-1) / (6*4) + 1)
player:set_inventory_formspec("size[13,7.5]"..
"background[-0.5,-0.5;13,7.5;default_creativeplayer_gui.png]"..
--"image[6,0.6;1,2;player.png]"..
"list[current_player;main;5,3.5;8,4;]"..
"list[current_player;craft;8,0;3,3;]"..