()
| 108 | } |
| 109 | |
| 110 | private drawSentences(): void{ |
| 111 | // Call the sentences update methods |
| 112 | for(var i = 0; i < this.sentences.length; i++){ |
| 113 | this.sentences[i].draw(this.getRenderArea()); |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | private handleSentences(): void{ |
| 118 | // If it's time to add sentences |
no test coverage detected