We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1af36 commit fc551e5Copy full SHA for fc551e5
src/screen/playing/hud.rs
@@ -48,6 +48,7 @@ fn upper_hud(player: Entity) -> impl EntityCommand<World> {
48
column_gap: Px(16.0),
49
..default()
50
},
51
+ z_index: ZIndex::Global(2),
52
53
54
))
0 commit comments