2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

controls.md 3.1 KiB

1234567891011121314151617181920
  1. # Controls
  2. | Action | XInput | PS4 | Effect | Remarks |
  3. |---------|---------:|---------:|-----------------------------------|--------------------------------------------------------------------------------------------------------|
  4. | Up | A1+, A3+ | A1+, A4+ | Select Menu Item Up/Look Up | |
  5. | Right | A0+, A2+ | A0+, A2+ | Select Menu Item Right/Move Right | |
  6. | Down | A1-, A3- | A1-, A4- | Select Menu Item Down/Crouch | |
  7. | Left | A0-, A2- | A0-, A2- | Select Menu Item Left/Move Left | |
  8. | Affirm | B11 | | Confirm Selected Option | |
  9. | Negate | B10 | | Go Back | |
  10. | Action0 | B1 | B2 | Jump | When crouched, player will go down a solid-on-top ground. |
  11. | Action1 | B0 | B1 | Primary Fire | Each weapon has firing characteristics, see below. |
  12. | Action2 | B4 | | Secondary Fire | Each weapon has firing characteristics, see below. |
  13. | Action3 | B3 | | Reload | Reload always drops current clip regardless if there are rounds left. |
  14. | Action4 | B6 | | Switch Weapon Mode | Press to select next weapon mode (cycle), hold then press Left/Right to set previous/next weapon mode. |
  15. | Action5 | B7 | | Switch Weapon | Press to select next weapon (cycle), hold then press Left/Right to set previous/next weapon. |
  16. | Action6 | B8 | | Item/Inventory | Hold to open inventory, double press to use current item. |
  17. | Action7 | B9 | | Switch Item | Press to select next item (cycle), hold then press Left/Right to set previous/next item. |
  18. | Action8 | B13 | | Take Cover | Enter doors, go between objects to hide from enemies. |
  19. | Action9 | B14 | | Sneak | Hold then press Left/Right to sneak. (do we need this control, or crouch is enough?) |