Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Pause Menu
Forgot to fetch before last push
  • Loading branch information
aps16104 committed Feb 21, 2020
1 parent 06aaea3 commit 81f77a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SpaceShooter/Assets/Scripts/PauseMenu.cs
Expand Up @@ -14,6 +14,7 @@ public class PauseMenu : MonoBehaviour
{ {
if (Input.GetKeyDown(KeyCode.Escape)) if (Input.GetKeyDown(KeyCode.Escape))
{ {
if (GameIsPaused)
{ {
Resume(); Resume();
} }
Expand Down

0 comments on commit 81f77a8

Please sign in to comment.