I've been working on a game wherein you should rescue the other people surrounding yourself. I wanted to add a title screen before the game starts, and the player will press a key that will start the game. How do I do this? Thank you so much!
I've been working on a game wherein you should rescue the other people surrounding yourself. I wanted to add a title screen before the game starts, and the player will press a key that will start the game. How do I do this? Thank you so much!
Just create a new subclass of World and add an act method to it to detect the key and set the game world active (when detected).