Build and deploy of version 29020161

This commit is contained in:
Renan LE CARO 2025-03-05 22:21:51 +01:00
parent f993766d11
commit 7ba90fdf01

View file

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