Explorar o código

fix: add command to end timer to s2 game

lairaalmas hai 1 ano
pai
achega
25000ad94d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      js/games/squareTwo.js

+ 2 - 0
js/games/squareTwo.js

@@ -447,6 +447,8 @@ const squareTwo = {
       );
     },
     startDelayHandler: () => {
+      game.timer.stop();
+
       self.control.animationDelay++;
 
       if (self.control.animationDelay === 50) {