Enum Gamekey
Keys that generaly used with AngeliA games
Fields
Name | Description |
---|---|
Action | Make player attack or perform action. Confirm/OK button in menu UI. |
Down | Direction down |
Jump | Make player jump or cancel action. Cancel button in menu UI. |
Left | Direction left |
Right | Direction right |
Select | Open main menu for player, quit in-game panel UI, perform some uncommon logic inside in-game UI. |
Start | Start the game in title screen, pause the game during gameplay, quit in-game panel UI. |
Up | Direction up |