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}) {