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