(x: number, y: number)
| 24 | } |
| 25 | |
| 26 | private addTheSeaButton(x: number, y: number): void{ |
| 27 | this.renderArea.addAsciiRealButton(Database.getText("pierTheSeaButton"), x, y, "pierTheSeaButton", Database.getTranslatedText("pierTheSeaButton"), true); |
| 28 | this.renderArea.addLinkCall(".pierTheSeaButton", new CallbackCollection(this.goToTheSea.bind(this))); |
| 29 | } |
| 30 | |
| 31 | private clickedOnLighthouseButton(): void{ |
| 32 | Saving.saveBool("mainMapDonePier", true); |
no test coverage detected