mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
updare
This commit is contained in:
parent
0e58223007
commit
77899a2bf6
@ -7,7 +7,7 @@ var rectY = 200;
|
||||
|
||||
function draw() {
|
||||
background(220);
|
||||
rect(rectX, rectY, 30, 20, 40, 40, 20);
|
||||
rect(rectX, rectY, 40, 40, 20);
|
||||
//For (var BEGIN; END; INTERVAL){
|
||||
//DO SOMETHING }
|
||||
for (var x = 0; x < width; x += width / 40) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user