()
| 503 | } |
| 504 | |
| 505 | public drawAroundQuest(): void{ |
| 506 | // Draw the player spells |
| 507 | this.drawPlayerSpells(); |
| 508 | |
| 509 | // Draw the special instruction |
| 510 | this.drawSpecialInstruction(); |
| 511 | |
| 512 | // Draw the quest log |
| 513 | this.drawQuestLog(); |
| 514 | } |
| 515 | |
| 516 | public drawEntities(): void{ |
| 517 | for(var i = 0; i < this.entities.length; i++){ |