mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
wip
This commit is contained in:
parent
af65737011
commit
2c8a710aab
14 changed files with 93 additions and 56 deletions
|
@ -397,6 +397,7 @@ export function getCoinRenderColor(gameState: GameState, coin: Coin) {
|
|||
gameState.perks.metamorphosis ||
|
||||
isOptionOn("colorful_coins") ||
|
||||
gameState.perks.hypnosis ||
|
||||
gameState.perks.sticky_coins ||
|
||||
gameState.perks.rainbow
|
||||
)
|
||||
return coin.color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue