Fixing typos on the game controls section

This commit is contained in:
Raydelto Hernandez 2020-06-06 17:59:27 -03:00 committed by GitHub
parent 9c0ecf03ad
commit 98186de2dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,9 @@
## Controls ## Controls
* You can move Polly, using the W,A,S,D keys. * You can move Polly, using the W,A,S,D keys.
* SPACE pauses the game * SPACE pauses the game.
* F9 Toggles on/off worls textres * F9 Toggles on/off world textures.
* F10 Render helper vectors * F10 Render helper vectors.
* F11 toggles the Full Screen mode. * F11 toggles the Full Screen mode.
## Documentation ## Documentation
@ -61,4 +61,4 @@ make
Finally, you can run the freshly built game running: Finally, you can run the freshly built game running:
``` ```
./bin/main ./bin/main
``` ```