spell-cards.love/0012-on.text_input

7 lines
111 B
Plaintext

on.text_input = function(t)
if Mode == 'teach' then
teach_text_input(t)
else
learn_text_input(t)
end
end