Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 1ca42bb

Browse files
authored
Update sketch.js
1 parent 75210dc commit 1ca42bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function setup() {
55

66
function draw() {
77
background(0);
8-
translate(640,360);
8+
translate(360,360);
99
rotate(-90);
1010
let hr= hour();
1111
let mn= minute();

0 commit comments

Comments
 (0)