prithivMLmods commited on
Commit
e41ff00
1 Parent(s): cae3e54

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -61,7 +61,7 @@
61
  } else if (gameState === 0) {
62
  fill(0);
63
  textAlign(CENTER);
64
- text("Press Space |________| to Start", width / 2, height / 2);
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);