diff --git a/src/hud.rs b/src/hud.rs index 2625935..3ba840a 100644 --- a/src/hud.rs +++ b/src/hud.rs @@ -205,9 +205,9 @@ fn setup( // Add Chat Box let bundle_chatbox = TextBundle::from_sections([ - TextSection::new("\n\n\n", style_choices), - TextSection::new("\n", style.clone()), TextSection::new("Warning: System Log Uninitialized", style.clone()), + TextSection::new("\n", style.clone()), + TextSection::new("\n\n\n", style_choices), ]).with_style(Style { position_type: PositionType::Absolute, bottom: Val::VMin(0.0),