I’m trying to make a game where you have to type the name of enemies to kill them
I’m having issues with key not being detected or being detected with a delay
you can try a semiworking version at
black textfield shows only characters present in the words (you have to type a correct enemy name)
at first I tough that delay was due to the many controls I make on the characters and string
…but the red textfield shows directly the typed key. No controles.
event is set on keydown
do you ever had similar issues?