()
| 905 | } |
| 906 | |
| 907 | private drawQuestLog(): void{ |
| 908 | this.getGame().getQuestLog().draw(this.renderArea, new Pos(((this.renderArea.getWidth()-100) - this.getGap())/2, this.renderArea.getHeight()-12)); |
| 909 | } |
| 910 | |
| 911 | private drawSpecialInstruction(): void{ |
| 912 | if(this.specialInstruction != null){ |
no test coverage detected