()
| 98 | |
| 99 | // Private methods |
| 100 | private getRunningSpeed(): number{ |
| 101 | return (this.isLookingLeft? -1:1); |
| 102 | } |
| 103 | |
| 104 | private reDrawArea(): void{ |
| 105 | this.getRenderArea().drawArray(Database.getAscii("places/quests/forest/wolf/" + (this.isLookingLeft? "left":"right") + (this.isStanding? "Standing":"Running"))); |
no outgoing calls
no test coverage detected