So I was wondering how I would go about implementing a pause menu in my game. If someone could step me through how to go about doing this that would be great.
So when I pause the game (which I have figured out how to do) I want, what I guess would be, a couple of actors to pop up. One of the actor buttons, when clicked, would send the player back to the starting scene. And a second actor button, when clicked, would unpause the game and resume playing.
I'm sure its really easy but I can't wrap my head around it.