From 4602ee0504bed33eb8a467dc8fa6d9bc95b12aae Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 28 Mar 2024 20:49:57 +0100 Subject: [PATCH] cleanup --- src/hud.rs | 3 --- 1 file changed, 3 deletions(-) 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,