spell-cards.love/0035-new_word

6 lines
215 B
Plaintext

new_word = function()
Cursor_word = edit.initialize_state(50 + #Words*Line_height*2, 20, 100, Font_height, Line_height)
Text.redraw_all(Cursor_word)
Cursor_word.contents = ''
table.insert(Words, Cursor_word)
end