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.
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.