Changed player gui size to 8,7.5 instead of 8,8

master
metalstache 2013-02-18 13:07:29 -05:00
parent a8baa56766
commit 093e031b00
1 changed files with 1 additions and 1 deletions

View File

@ -1741,7 +1741,7 @@ minetest.register_on_punchnode(on_punchnode)
minetest.register_on_joinplayer(function(obj)
if minetest.setting_getbool("creative_mode") then
obj:set_inventory_formspec(obj:get_inventory_formspec.."background[-0.5,-0.5;8,8;default_player_gui.png]")
obj:set_inventory_formspec(obj:get_inventory_formspec.."background[-0.5,-0.5;8,7.5;default_player_gui.png]")
end
end)
-- END