2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

controls.md 2.7 KiB

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