()
| 202 | } |
| 203 | |
| 204 | private drawSplashScreen(): void{ |
| 205 | this.getRenderArea().drawArray(Database.getAscii("places/village/thirdHouseGames/SuperRPG/splashScreen"), -67 + this.splashScreenTimer*3, 2); |
| 206 | } |
| 207 | |
| 208 | private getCandiesWeWillGain(): number{ |
| 209 | // The reward |
no test coverage detected