Minor adjusting

This commit is contained in:
Jean-Patrick Guerrero 2020-12-08 04:46:44 +01:00
parent 78f1eb2a02
commit 5051ee75e0
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ local function get_output_fs(fs, rcp, shapeless, right, btn_size, _btn_size, spa
local X = arrow_X + 1.2
local Y = spacing + 1.4
fs(fmt("image", arrow_X, Y + 0.1, 1, 1, PNG.arrow))
fs(fmt("image", arrow_X, Y + 0.06, 1, 1, PNG.arrow))
if rcp.type == "fuel" then
fs(fmt("animated_image", X, Y, ITEM_BTN_SIZE, ITEM_BTN_SIZE, PNG.fire_anim, 8, 180))