Skip to content

Commit

Permalink
Level start
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepryde committed Jul 29, 2024
1 parent 7ab23c4 commit 0cd274d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/spawn/level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fn start_new_game(
commands.insert_resource(OverallScore::default());
commands.insert_resource(Score::default());
commands.insert_resource(Levels::default());
commands.insert_resource(CurrentLevel(9));
commands.insert_resource(CurrentLevel(0));
commands.trigger(FadeOut { duration: 0.5 });
commands.trigger(SpawnLevel);
}
Expand Down

0 comments on commit 0cd274d

Please sign in to comment.