Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
e41ff00
1
Parent(s):
cae3e54
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
} else if (gameState === 0) {
|
62 |
fill(0);
|
63 |
textAlign(CENTER);
|
64 |
-
text("
|
65 |
} else {
|
66 |
fill(255, 0, 0);
|
67 |
textSize(32);
|
|
|
61 |
} else if (gameState === 0) {
|
62 |
fill(0);
|
63 |
textAlign(CENTER);
|
64 |
+
text("Left click your mouse & Start with space key", width / 2, height / 2);
|
65 |
} else {
|
66 |
fill(255, 0, 0);
|
67 |
textSize(32);
|