spell-cards.love/0019-on_record

4 lines
124 B
Plaintext

on_record = function(x)
if #Words == 0 then return false end
return x >= Words[1].left-50-2 and x < Words[1].left-30+2
end