()
| 1881 | |
| 1882 | // Start game automatically without going trough the main menu |
| 1883 | static showMainScreen (): void { |
| 1884 | return _showMainScreen(this.asEngine()); |
| 1885 | } |
| 1886 | |
| 1887 | static showSplashScreen (): void { |
| 1888 | return _showSplashScreen(this.asEngine()); |