Skip to content

Commit

Permalink
hotfix - removed level 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pieryvdl committed Oct 23, 2024
1 parent 034ca76 commit d006d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/components/GameyCon/gameycon_game.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class GameyCon extends FlameGame
bool showControls = true;
bool playSounds = true;
double soundVolume = 1.0;
List<String> levelNames = ['Level-1', 'Level-2', 'Level-3', 'Level-4', 'Level-5', 'Level-6'];
List<String> levelNames = ['Level-1', 'Level-2', 'Level-3', 'Level-4', 'Level-5'];
int currentLevelIndex = 0;

GameyCon({required String selectedCharacter}) {
Expand Down

0 comments on commit d006d19

Please # to comment.