From 6b30c0d8cf0e1b4e00e92348f0050d8ed07e4d29 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Fri, 15 Jan 2021 02:38:23 +0100 Subject: [PATCH] tweaks --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 5309e67..53bef5c 100644 --- a/init.lua +++ b/init.lua @@ -1888,7 +1888,7 @@ local function get_inventory_mode(player, fs, data, full_height) local extras = __3darmor or __skinsdb or __awards - local ctn_len = extras and 5.6 or 5.45 + local ctn_len = 5.6 local xoffset = extras and 0 or 4.4 local yoffset = extras and 0 or 0.2 @@ -1963,7 +1963,7 @@ local function make_fs(player, data) end }) - data.xoffset = ROWS + 1.2 + data.xoffset = ROWS + 1.23 local full_height = LINES + 1.73 local name = player:get_player_name() @@ -1991,7 +1991,7 @@ local function make_fs(player, data) --[[ local spacing = 0.2 - for x = 0, data.xoffset - spacing, spacing do + for x = 0, data.xoffset, spacing do fs(fmt("box", x, 0, 0.01, full_height, "#f00")) end for y = 0, full_height, spacing do