|
|
@ -225,6 +225,7 @@ void main() {
|
|
|
|
gameState.copyWith(
|
|
|
|
gameState.copyWith(
|
|
|
|
score: otherGameState.score,
|
|
|
|
score: otherGameState.score,
|
|
|
|
balls: otherGameState.balls,
|
|
|
|
balls: otherGameState.balls,
|
|
|
|
|
|
|
|
bonusBalls: otherGameState.bonusBalls,
|
|
|
|
activatedBonusLetters: otherGameState.activatedBonusLetters,
|
|
|
|
activatedBonusLetters: otherGameState.activatedBonusLetters,
|
|
|
|
activatedDashNests: otherGameState.activatedDashNests,
|
|
|
|
activatedDashNests: otherGameState.activatedDashNests,
|
|
|
|
bonusHistory: otherGameState.bonusHistory,
|
|
|
|
bonusHistory: otherGameState.bonusHistory,
|
|
|
|