()
| 122 | } |
| 123 | |
| 124 | private questionSelected(): void{ |
| 125 | // Get the selected language id |
| 126 | this.selectedQuestionId = $("#lighthouseQuestionsList").find(":selected").attr("id"); |
| 127 | |
| 128 | // Update the ligthouse |
| 129 | this.update(); |
| 130 | this.getGame().updatePlace(); |
| 131 | } |
| 132 | |
| 133 | private resetPuzzle(): void{ |
| 134 | // Re create the puzzle |