()
| 90 | |
| 91 | // Private methods |
| 92 | private addYourself(): void{ |
| 93 | this.yourself = new YourselfEntity(this, new Pos(96, 19)); |
| 94 | this.yourself.setHealthBar(new QuestEntityHealthBar(this.yourself, new Pos(100, 1), new Pos(0, 0), QuestEntityHealthBarPositionType.FIXED_ON_PAGE, true, true, BarType.HEALTH)); |
| 95 | this.addEntity(this.yourself); |
| 96 | } |
| 97 | |
| 98 | private addWalls(): void{ |
| 99 | // Create the wall entity |
no test coverage detected