fool that pesky ol' oxygen timer into rendering on a higher z-layer :3 (closes #129)

This commit is contained in:
Haze Weathers 2023-07-08 01:09:20 -04:00
parent ae83195868
commit 8d3373e771
2 changed files with 6 additions and 2 deletions

View file

@ -1523,7 +1523,11 @@ autostart = true
[node name="JumpPeakTimer" type="Timer" parent="."]
wait_time = 0.2
[node name="LowOxygenLabel" type="Label" parent="."]
[node name="LabelLayerHack" type="Node2D" parent="."]
z_index = 1000
[node name="LowOxygenLabel" type="Label" parent="LabelLayerHack"]
unique_name_in_owner = true
material = ExtResource( 25 )
margin_left = -8.0
margin_top = -32.0