From e7a43ef41d72962366f670423223fe1f78724522 Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 5 May 2022 17:24:12 +0100 Subject: [PATCH] refactor: switch rounds to 3 --- lib/game/bloc/game_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index 7edefce7..a9e86720 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -53,7 +53,7 @@ class GameState extends Equatable { totalScore = 0, roundScore = 0, multiplier = 1, - rounds = 1, + rounds = 3, bonusHistory = const []; /// The score for the current round of the game.