pokerogue/src/enums/ui-theme.ts
Flashfyre 70d61700d0 Re-implement UI reskin with working legacy toggle
Re-implement UI reskin with working legacy toggle; add return to title option to menu
2024-03-31 21:14:35 -04:00

4 lines
43 B
TypeScript

export enum UiTheme {
DEFAULT,
LEGACY
}