mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 05:26:15 -04:00
Added particle and sound effect when coin drops below the "waterline" of the puck
This commit is contained in:
parent
354a6490e9
commit
06843047d2
9 changed files with 162 additions and 82 deletions
|
@ -818,7 +818,7 @@ export const rawUpgrades = [
|
|||
threshold: 215000,
|
||||
gift: false,
|
||||
id: "bricks_attract_ball",
|
||||
max: 3,
|
||||
max: 1,
|
||||
name: t("upgrades.bricks_attract_ball.name"),
|
||||
help: (lvl: number) =>
|
||||
t("upgrades.bricks_attract_ball.tooltip", { count: lvl * 3 }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue