broken_seals_2d/game/ui/2d/touch_target_controls/TouchTargetControls.tscn

50 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-02-20 23:46:54 +01:00
[gd_scene load_steps=2 format=2]
2021-02-21 17:39:36 +01:00
2022-02-20 23:46:54 +01:00
[ext_resource path="res://ui/2d/touch_pad/analog.tscn" type="PackedScene" id=1]
2021-02-21 17:39:36 +01:00
[node name="TouchTargetControls" type="MarginContainer"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
custom_constants/margin_right = 272
custom_constants/margin_top = 481
custom_constants/margin_left = 60
custom_constants/margin_bottom = 41
__meta__ = {
"_edit_group_": true
}
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_left = 60.0
margin_top = 481.0
margin_right = 752.0
margin_bottom = 559.0
mouse_filter = 2
size_flags_horizontal = 7
size_flags_vertical = 7
[node name="Control" type="Control" parent="HBoxContainer"]
margin_right = 603.0
margin_bottom = 78.0
mouse_filter = 2
size_flags_horizontal = 15
size_flags_vertical = 15
size_flags_stretch_ratio = 12.0
[node name="TargetPad" type="Control" parent="HBoxContainer"]
margin_left = 611.0
margin_right = 692.0
margin_bottom = 78.0
mouse_filter = 2
size_flags_horizontal = 15
size_flags_vertical = 15
size_flags_stretch_ratio = 1.6
__meta__ = {
"_edit_use_anchors_": false
}
2022-02-20 23:46:54 +01:00
[node name="Analog" parent="HBoxContainer/TargetPad" instance=ExtResource( 1 )]
2021-02-21 17:39:36 +01:00
position = Vector2( 40, 30 )
padname = "TargetPad"