mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Build and deploy of version 29020161
This commit is contained in:
parent
f993766d11
commit
7ba90fdf01
1 changed files with 1 additions and 0 deletions
|
@ -1655,6 +1655,7 @@ function explodeBrick(index, ball, isExplosion) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// TODO
|
||||||
// Blow nearby coins
|
// Blow nearby coins
|
||||||
coins.forEach((c) => {
|
coins.forEach((c) => {
|
||||||
const dx = c.x - x;
|
const dx = c.x - x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue