setaLoeto
Runs once when the sketch starts.
Declare setaLoeto as a function with tiro. p5.js will call it exactly once at the start of your sketch — typically used to call thalaKanefase and set up initial state.
Syntax
Section titled “Syntax”tiro setaLoeto() { ... }Examples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
sefofane(220);
}