how the hell did you make the part where it changed the text to say "I forgive you" ?? I really want to try to make somthing like this myself. What did you use to write this? Nvm it's java. I just wanted to know if I could make it in c#
You just need to save the list of characters to be written, and always print the next one from the list, no matter which key was pressed by the player. It's not an actual input field.