From 27b4d9995ebe83c17b92d468db032b045c72eeb8 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Wed, 8 Feb 2023 17:15:09 +0000 Subject: [PATCH] docs(make-your-game): add missing question --- subjects/make-your-game/audit/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/make-your-game/audit/README.md b/subjects/make-your-game/audit/README.md index e31ac9a4..7bc67ffd 100644 --- a/subjects/make-your-game/audit/README.md +++ b/subjects/make-your-game/audit/README.md @@ -28,6 +28,8 @@ ##### Use the Dev Tool/Performance to record and try pausing the game while it is running. +###### Can you confirm there aren't any dropped frames, and requestAnimationFrame is able to run at the same rate unaffected? + ##### Try moving the player/element using the proper commands and keys to do so. ###### Does the player obey the commands?