added some missing local declarations

This commit is contained in:
Sokomine 2022-04-22 03:46:18 +02:00
parent 3c7ece2f77
commit d25420157c

View File

@ -332,12 +332,12 @@ end
yl_speak_up.show_fs_simple_deco = function(size_x, size_y)
x_i = tostring(size_x - 1.5) -- "18.5"
x_a = tostring(size_x - 0.75) -- "19.25"
y_i = tostring(size_y - 1.25) --1.5) -- "21.5"
y_a = tostring(size_y - 0.5) --0.75) -- "22.25"
x_L = tostring(size_x + 0.8)
y_L = tostring(size_y + 0.8)
local x_i = tostring(size_x - 1.5) -- "18.5"
local x_a = tostring(size_x - 0.75) -- "19.25"
local y_i = tostring(size_y - 1.25) --1.5) -- "21.5"
local y_a = tostring(size_y - 0.5) --0.75) -- "22.25"
local x_L = tostring(size_x + 0.8)
local y_L = tostring(size_y + 0.8)
return "size["..tostring(size_x)..","..tostring(size_y).."]"..
"bgcolor[#00000000;false]"..
"style_type[button;bgcolor=#a37e45]"..