From e3c037fd0b15b81084facec0c9189b293fd11360 Mon Sep 17 00:00:00 2001 From: lee Date: Mon, 29 Jun 2020 21:46:14 +0100 Subject: [PATCH] typo --- subjects/make-your-game/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/make-your-game/README.md b/subjects/make-your-game/README.md index 4d15b128a..5223249a5 100644 --- a/subjects/make-your-game/README.md +++ b/subjects/make-your-game/README.md @@ -37,7 +37,7 @@ In order to play the game you must use only the keyboard. The usage of keyboard Basically every motion triggered by a key must not jank or stutter. -For the Pause menu you must be able to pause the game whenever you want to do so. The frames should not drop if paused +For the Pause menu you must be able to pause, restart and continue the game whenever you want to do so. The frames should not drop if paused ### Pre-Approved List