()
| 277 | } |
| 278 | |
| 279 | private update(): void{ |
| 280 | // Erase everything |
| 281 | this.renderArea.resetAllButSize(); |
| 282 | |
| 283 | // Back to the map button |
| 284 | this.addBackToMainMapButton(this.renderArea, "theCaveBackToTheMapButton"); |
| 285 | |
| 286 | // Draw the ways |
| 287 | this.drawWays(); |
| 288 | } |
| 289 | } |
no test coverage detected