Skip to content

Commit

Permalink
inventory position change
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Mar 1, 2024
1 parent a20aba9 commit 087cf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_forge/src/states/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fn setup(
InventoryContainer,
NodeBundle {
style: Style {
padding: UiRect::axes(Val::Px(5.0), Val::Px(20.0)),
padding: UiRect::axes(Val::Px(5.0), Val::Px(80.0)),
flex_direction: bevy::ui::FlexDirection::ColumnReverse,
align_items: AlignItems::Start,
width: Val::Percent(100.0),
Expand Down

0 comments on commit 087cf41

Please sign in to comment.