asteroids/p5/empty-example/sketch.js
2025-12-30 17:18:16 -05:00

7 lines
No EOL
93 B
JavaScript

function setup() {
// put setup code here
}
function draw() {
// put drawing code here
}