Move MainMenu Loading to App + Change is/setLoaded to appState/setAppState
This commit is contained in:
parent
b44c6fb477
commit
eaf03824fb
10 changed files with 1149 additions and 1138 deletions
5
src/Enums/AppState.ts
Normal file
5
src/Enums/AppState.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export enum AppState {
|
||||
MainMenu,
|
||||
Loading,
|
||||
Loaded
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue