Skip to content

Commit fc551e5

Browse files
committed
Move XP bar above overlay
1 parent eb1af36 commit fc551e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/screen/playing/hud.rs

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ fn upper_hud(player: Entity) -> impl EntityCommand<World> {
4848
column_gap: Px(16.0),
4949
..default()
5050
},
51+
z_index: ZIndex::Global(2),
5152
..default()
5253
},
5354
))

0 commit comments

Comments
 (0)