mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
08a85d73c9
commit
7f82720354
@ -2,8 +2,8 @@ function setup() {
|
|||||||
createCanvas(windowWidth, windowHeight);
|
createCanvas(windowWidth, windowHeight);
|
||||||
}
|
}
|
||||||
|
|
||||||
var rectX = 200;
|
var rectX = center();
|
||||||
var rectY = 200;
|
var rectY = center();
|
||||||
|
|
||||||
function draw() {
|
function draw() {
|
||||||
background(220);
|
background(220);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user