()
| 146 | } |
| 147 | |
| 148 | private update(): void{ |
| 149 | // Erase everything |
| 150 | this.renderArea.resetAllButSize(); |
| 151 | |
| 152 | // Back to the map button |
| 153 | this.addBackToTheCastleButton(this.renderArea, "castleTowerBackToTheCastleButton"); |
| 154 | |
| 155 | // Draw the background |
| 156 | this.drawBackground(); |
| 157 | |
| 158 | // Draw the stones related stuff |
| 159 | this.drawStones(); |
| 160 | |
| 161 | // Draw the talking candy related stuff |
| 162 | this.drawTalkingCandy(); |
| 163 | } |
| 164 | } |
no test coverage detected