()
| 131 | } |
| 132 | |
| 133 | private resetPuzzle(): void{ |
| 134 | // Re create the puzzle |
| 135 | this.puzzle = new LighthousePuzzle(this); |
| 136 | |
| 137 | // Update |
| 138 | this.update(); |
| 139 | this.getGame().updatePlace(); |
| 140 | } |
| 141 | |
| 142 | private selectRightQuestion(): void{ |
| 143 | // We select the right question |
nothing calls this directly
no test coverage detected