diff --git a/src/hud.rs b/src/hud.rs index 7db1114..0ad1d88 100644 --- a/src/hud.rs +++ b/src/hud.rs @@ -301,13 +301,10 @@ fn setup( position_type: PositionType::Absolute, bottom: Val::VMin(0.0), left: Val::VMin(0.0), - //bottom: Val::VMin(40.0), - //left: Val::VMin(30.0), ..default() }).with_text_justify(JustifyText::Left); commands.spawn(( NodeBundle { - border_color: { BorderColor(Color::RED) }, style: Style { width: Val::Percent(50.), align_items: AlignItems::Start,