spell-cards.love/0020-on_play

4 lines
121 B
Plaintext

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