From a4fe626b690ced7b911351bb6d9e5193c2873933 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 12 Aug 2026 14:13:10 -0400 Subject: [PATCH] new start message --- quickdraw-game.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;