()
| 256 | } |
| 257 | |
| 258 | private drawSplashScreen(): void{ |
| 259 | this.getRenderArea().drawArray(Database.getAscii("places/village/thirdHouseGames/GalacticWars/splashScreen"), -87 + this.splashScreenTimer*3, 2); |
| 260 | } |
| 261 | |
| 262 | private goToLose(): void{ |
| 263 | // Change the step |
no test coverage detected