fixed the data_link length
This commit is contained in:
parent
0eb335e0bf
commit
55f4163ef0
11 changed files with 257 additions and 62 deletions
|
@ -33,7 +33,7 @@ visible = false
|
|||
|
||||
[node name="UILayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="UI" type="Control" parent="UILayer" node_paths=PackedStringArray("player")]
|
||||
[node name="UI" type="Control" parent="UILayer"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
@ -41,7 +41,6 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("3_b82rx")
|
||||
player = NodePath("../../Player")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="UILayer/UI"]
|
||||
layout_mode = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue