cgelon / GamesCapstone

Game for the UW Games Capstone class.
0 stars 0 forks source link

Create a Pause Menu #8

Closed cgelon closed 11 years ago

cgelon commented 11 years ago

Allow the player to pause the game while in the middle. This would also temporarily stop recording (if we still want to do any). Will need to restructure some of the code for actor/player/enemy. Instead of overwriting update, the player and the enemy would need to overwrite an ActorUpdate.

Press escape to activate the pause menu.