mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-25 13:38:37 +00:00
* Initial Commit * Update pbinfo_enemy_boss_stats.png * Move to Separate Key * Add Separate Mobile Control for Flyout * Add Setting to Enable/Disable * Add to the Tutorial * Change to BUTTON.V
20 lines
191 B
TypeScript
20 lines
191 B
TypeScript
export enum Button {
|
|
UP,
|
|
DOWN,
|
|
LEFT,
|
|
RIGHT,
|
|
SUBMIT,
|
|
ACTION,
|
|
CANCEL,
|
|
MENU,
|
|
STATS,
|
|
CYCLE_SHINY,
|
|
CYCLE_FORM,
|
|
CYCLE_GENDER,
|
|
CYCLE_ABILITY,
|
|
CYCLE_NATURE,
|
|
V,
|
|
SPEED_UP,
|
|
SLOW_DOWN
|
|
}
|