pretty happy with hud minimap
This commit is contained in:
18
hud.tscn
18
hud.tscn
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user