diff --git a/quickdraw-game.html b/quickdraw-game.html index 59bca07..b112c45 100644 --- a/quickdraw-game.html +++ b/quickdraw-game.html @@ -271,7 +271,7 @@ let highScore = 0; let targetsClicked = 0; let numTargets = 0; - let preRoundText = "hold still on the circle, then click the targets as fast as possible!"; + let preRoundText = "hold still on the circle to start the countdown, then click the targets as fast as possible!"; // "NORMAL" MODE ONLY VARIABLES let currentRound = 0;