Hi. So im making a crab game and it start with title page where it basically introduces the game. So I'm basically wondering how I can make it so that until you press enter, the game won't start and you can't see the game layout etc.
The easiest way is to instantiate a different world that shows the title page and waits for the enter key to be pressed, when the crab world would then be instantiated.