Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xGauss05 authored Jan 29, 2023
1 parent 12d8388 commit e108e54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit e108e54

Please sign in to comment.