This commit is contained in:
Haeri Kim
2026-05-05 13:31:35 +09:00
commit e9c0d3e6fa
10 changed files with 42 additions and 0 deletions

7
sketch.js Normal file
View File

@@ -0,0 +1,7 @@
function setup() {
createCanvas(800, 600);
}
function draw() {
background(30);
}