This commit is contained in:
yuni 2024-03-28 20:49:57 +01:00
parent ee58302156
commit 4602ee0504

View file

@ -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,