Skip to content

Commit

Permalink
adde menu background
Browse files Browse the repository at this point in the history
  • Loading branch information
roboteng committed Oct 12, 2023
1 parent 879f272 commit d98fcea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ fn draw_main_menu(mut commands: Commands) {
.spawn(NodeBundle {
style: Style {
flex_direction: FlexDirection::Column,
width: Val::Vw(100.0),
..Default::default()
},
background_color: Color::DARK_GREEN.into(),
..Default::default()
})
.with_children(|builder| {
Expand Down

0 comments on commit d98fcea

Please sign in to comment.