From 78d3ab31f95d57c94d758504b08023d7d0048b06 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 8 Aug 2026 00:24:05 -0500 Subject: [PATCH] updated text --- quickdraw-game.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickdraw-game.html b/quickdraw-game.html index 9bea4ad..82e73be 100644 --- a/quickdraw-game.html +++ b/quickdraw-game.html @@ -265,7 +265,7 @@ let highScore = 0; let targetsClicked = 0; let numTargets = 0; - let preRoundText = "hold still on the circle, then click targets as fast as possible!"; + let preRoundText = "hold still on the circle, then click the targets as fast as possible!"; // "NORMAL" MODE ONLY VARIABLES let currentRound = 0;