tshwantsha
Runs continuously every frame to draw the sketch.
Declare tshwantsha as a function with tiro. p5.js calls it about 60 times per second after setaLoeto finishes. Put your animation and drawing code here.
Syntax
Section titled “Syntax”tiro tshwantsha() { ... }Examples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
}
tiro tshwantsha() {
sefofane(220);
kgolokwe(peebeX, peebeY, 50);
}