Ver código fonte

fix: add command to end timer to s2 game

lairaalmas 1 ano atrás
pai
commit
25000ad94d
1 arquivos alterados com 2 adições e 0 exclusões
  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) {