spell-cards.love/0041-learn_mouse_press

7 lines
145 B
Plaintext

learn_mouse_press = function(x,y, mouse_button)
if y < 50 then
play(Answer_idx)
else
edit.mouse_press(Workbook, x,y, mouse_button)
end
end