pretty happy with hud minimap

This commit is contained in:
derek
2025-05-06 15:54:40 -05:00
parent cab1a57238
commit 617c78d2e7
12 changed files with 99 additions and 39 deletions

View File

@@ -51,11 +51,21 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("5_1xsix")
[node name="Minimap" type="Control" parent="StaticItems"]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Minimap" type="Control" parent="StaticItems" node_paths=PackedStringArray("hud")]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -20.0
offset_right = 20.0
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("3_640wx")
hud = NodePath("../..")
[node name="WobbleItems" type="Control" parent="."]
layout_mode = 1