mapped player
This commit is contained in:
parent
f55f728e44
commit
0ed272632e
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ visible = false
|
|||
|
||||
[node name="UILayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="UI" type="Control" parent="UILayer"]
|
||||
[node name="UI" type="Control" parent="UILayer" node_paths=PackedStringArray("player")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
@ -41,6 +41,7 @@ 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
Reference in a new issue