From 7ba90fdf01d5cf8f680d86d4fcad55feb52209f6 Mon Sep 17 00:00:00 2001 From: Renan LE CARO Date: Wed, 5 Mar 2025 22:21:51 +0100 Subject: [PATCH] Build and deploy of version 29020161 --- src/game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game.js b/src/game.js index 62ffe07..7e3cc91 100644 --- a/src/game.js +++ b/src/game.js @@ -1655,6 +1655,7 @@ function explodeBrick(index, ball, isExplosion) { } } } + // TODO // Blow nearby coins coins.forEach((c) => { const dx = c.x - x;