Skip to content

Commit

Permalink
pendejo waves
Browse files Browse the repository at this point in the history
  • Loading branch information
stillonearth committed Jan 3, 2024
1 parent 036d2f8 commit 9207e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn setup_menu(mut commands: Commands, textures: Res<TextureAssets>) {
..Default::default()
},
button_colors,
ChangeState(GameState::Gameplay),
ChangeState(GameState::Cutscene),
))
.with_children(|parent| {
parent.spawn(TextBundle::from_section(
Expand Down

0 comments on commit 9207e28

Please sign in to comment.