Thanks for the feedback! I’ll try out your game tomorrow (or day after tomorrow, depends on the amount of free time I’ll have).
The only thing that I wished for was that backspace could delete more than one character.
It’s possible to use ctrl+x
to clear the input. It also saves the text to the “text buffer” (a clipboard) if it’s unlocked. ctrl+v
would insert the copied text back (ctrl+c
would work as expected too).
I think it would be better if backspace could remove more than 1 character if the key is being pressed for extended period of time. I’ll implement that after the game jam code freeze will be over.