spell-cards.love/0023-on_new_word_button

5 lines
144 B
Plaintext

on_new_word_button = function(x,y)
return x >= 60 and x < 60+App.width('new word (ctrl+n)') + 10 and
y >= 5 and y < 5 + Line_height + 10
end