From e108e54a05d9e1a34ce2c06f14a3f1e9214df111 Mon Sep 17 00:00:00 2001 From: Jonathan Cacay Llanes <57706173+xGauss05@users.noreply.github.com> Date: Sun, 29 Jan 2023 11:39:17 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2382813..20fb3c3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ A simple 2D platformer that has some levels to play with. Our metal protagonist - Player is able to wall jump. - Player is able to double jump. - Two types of enemy, Flying and Ground. They follow the player. Careful! Ground enemies can jump! + - Settings where you can adjust VSYNC, Fullscreen, BGM volume and SFX volume. + - Checkpoints that save your progress! ## Controls @@ -22,30 +24,28 @@ A simple 2D platformer that has some levels to play with. Our metal protagonist ### While on the Main Menu or Dead Menu - - Up/Down arrows & Mouse pointer: Select option. - - Enter: Select the selected option. - - ### OR you can use the mouse pointer - + - Use your mouse instead! - LMB: Select the selected option ## Debug keys - +Remember to enable debug mode (F4) to access the keys. - F1: Go back a level - F2: Advance level - F3: Start from the beginning of the current level - F4: Enable/Disable debug mode - F5: Save the current game state - F6: Load the previous state (even across levels) -- F7: Show game variables -- F8: Move camera freely +- F7: To move from different checkpoints +- F8: To show GUI debug (bounds, states) - F9: View colliders / logic / paths - F10: God Mode (fly around, cannot be killed) -- F11: Enable/Disable FPS cap to 30 +- F11: Enable/Disable FPS cap frcap (config) - I: Insta-win - O: Insta-lose - M: Show preference map +- C: To move CAMERA freely (Use arrow-keys) +- V: To show game variables ## Developers