From d006d190e5b338c76df8dddb870760220c171d30 Mon Sep 17 00:00:00 2001 From: Pieryvdl Date: Wed, 23 Oct 2024 11:55:32 +0200 Subject: [PATCH] hotfix - removed level 6 --- lib/view/components/GameyCon/gameycon_game.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/view/components/GameyCon/gameycon_game.dart b/lib/view/components/GameyCon/gameycon_game.dart index 2b9cacc0..6065290f 100644 --- a/lib/view/components/GameyCon/gameycon_game.dart +++ b/lib/view/components/GameyCon/gameycon_game.dart @@ -23,7 +23,7 @@ class GameyCon extends FlameGame bool showControls = true; bool playSounds = true; double soundVolume = 1.0; - List levelNames = ['Level-1', 'Level-2', 'Level-3', 'Level-4', 'Level-5', 'Level-6']; + List levelNames = ['Level-1', 'Level-2', 'Level-3', 'Level-4', 'Level-5']; int currentLevelIndex = 0; GameyCon({required String selectedCharacter}) {