docs(make-your-game): add missing question

This commit is contained in:
eslopfer 2023-02-08 17:15:09 +00:00
parent 7de1b3a977
commit 27b4d9995e
1 changed files with 2 additions and 0 deletions

View File

@ -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?