Build and deploy of version 29020162

This commit is contained in:
Renan LE CARO 2025-03-05 22:22:24 +01:00
parent 7ba90fdf01
commit 8242837b77
6 changed files with 7 additions and 7 deletions

View file

@ -1655,7 +1655,7 @@ function explodeBrick(index, ball, isExplosion) {
}
}
}
// TODO
// Blow nearby coins
coins.forEach((c) => {
const dx = c.x - x;