MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / drawSentences

Method drawSentences

code/main/Yourself.ts:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

updateMethod · 0.95

Calls 2

drawMethod · 0.45
getRenderAreaMethod · 0.45

Tested by

no test coverage detected