From aec3cb2fc10bfa2783d79f5c3372b610925d7a1d Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Sat, 5 Oct 2013 22:48:45 +0200 Subject: Fix textures aligment problems. Some other tweaks. --- internal.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal.lua') diff --git a/internal.lua b/internal.lua index cad5a5d..8753f38 100644 --- a/internal.lua +++ b/internal.lua @@ -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) -- cgit v1.2.3