Skip to content

Commit

Permalink
Move XP bar above overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 28, 2024
1 parent eb1af36 commit fc551e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screen/playing/hud.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fn upper_hud(player: Entity) -> impl EntityCommand<World> {
column_gap: Px(16.0),
..default()
},
z_index: ZIndex::Global(2),
..default()
},
))
Expand Down

0 comments on commit fc551e5

Please sign in to comment.