mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 02:34:53 +00:00
CenterContainer Actors on select
This commit is contained in:
parent
2c48fd462c
commit
74cde82194
1 changed files with 9 additions and 4 deletions
|
|
@ -103,21 +103,26 @@ region_rect = Rect2( 0, 0, 136, 96 )
|
|||
[node name="ActorLayer" type="CanvasLayer" parent="."]
|
||||
layer = 2
|
||||
|
||||
[node name="Control" type="Control" parent="ActorLayer"]
|
||||
[node name="CenterContainer" type="CenterContainer" parent="ActorLayer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="Control" type="Control" parent="ActorLayer/CenterContainer"]
|
||||
margin_left = 46.0
|
||||
margin_top = 16.0
|
||||
margin_right = 182.0
|
||||
margin_bottom = 112.0
|
||||
rect_min_size = Vector2( 136, 96 )
|
||||
rect_clip_content = true
|
||||
|
||||
[node name="Actors" type="Node2D" parent="ActorLayer/Control"]
|
||||
[node name="Actors" type="Node2D" parent="ActorLayer/CenterContainer/Control"]
|
||||
position = Vector2( 68, 48 )
|
||||
|
||||
[node name="Player" parent="ActorLayer/Control/Actors" instance=ExtResource( 5 )]
|
||||
[node name="Player" parent="ActorLayer/CenterContainer/Control/Actors" instance=ExtResource( 5 )]
|
||||
unique_name_in_owner = true
|
||||
position = Vector2( -21, 10 )
|
||||
|
||||
[node name="Exit" parent="ActorLayer/Control/Actors" instance=ExtResource( 15 )]
|
||||
[node name="Exit" parent="ActorLayer/CenterContainer/Control/Actors" instance=ExtResource( 15 )]
|
||||
unique_name_in_owner = true
|
||||
position = Vector2( 19, 17 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue