TRCAEE2ASBJJCFFJYP2DGPLDOE4R2ACSY37PZSJSKOPQLATFO2EAC
XX7G2FFJ4QCGQGD4REAW5QFHVYAKCFUPGZCK7L6DFGS5ISVBYBQQC
OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC
local y = love.mouse.getY() if y >= line.y and y < line.y + line.h then
local y = love.mouse.getY()
if y >= line.y and y < line.y + line.h then
local x, y = love.mouse.getX(), love.mouse.getY() if y >= line.y and y < line.y + line.h and x >= 12 and x < 12+line.w then
local x, y = love.mouse.getX(), love.mouse.getY()
if y >= line.y and y < line.y + line.h and x >= 12 and x < 12+line.w then