refactor: switch rounds to 3

pull/346/head
alestiago 3 years ago
parent 801deb9ffa
commit e7a43ef41d

@ -53,7 +53,7 @@ class GameState extends Equatable {
totalScore = 0, totalScore = 0,
roundScore = 0, roundScore = 0,
multiplier = 1, multiplier = 1,
rounds = 1, rounds = 3,
bonusHistory = const []; bonusHistory = const [];
/// The score for the current round of the game. /// The score for the current round of the game.

Loading…
Cancel
Save