Fix textures aligment problems.

Some other tweaks.
This commit is contained in:
RealBadAngel
2013-10-05 22:48:45 +02:00
parent 002e9931ab
commit aec3cb2fc1
5 changed files with 16 additions and 9 deletions

View File

@ -11,8 +11,7 @@ function unified_inventory.get_formspec(player, page)
local fsdata = nil
-- Background
formspec = formspec .. "background[-0.19,-0.2;14.38,10.55;ui_form_bg.png]"
formspec = formspec .. "background[-0.19,-0.25;14.4,10.75;ui_form_bg.png]"
-- Current page
if unified_inventory.pages[page] then
fsdata = pagedef.get_formspec(player)