diff --git a/game/src/lib.rs b/game/src/lib.rs index 94d6696..b5f2d57 100644 --- a/game/src/lib.rs +++ b/game/src/lib.rs @@ -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| {