43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
[gd_scene format=3 uid="uid://dijn7haax0boi"]
|
|
|
|
[ext_resource type="Script" uid="uid://0iw60ctmug10" path="res://addons/controller_icons/objects/ControllerIconPathSelector.gd" id="1_0ucf4"]
|
|
[ext_resource type="PackedScene" uid="uid://bituity863qe4" path="res://addons/controller_icons/objects/path_selection/input_action.tscn" id="2_wlqmh"]
|
|
[ext_resource type="PackedScene" uid="uid://b3lplrf2w6kh7" path="res://addons/controller_icons/objects/path_selection/joypad_path.tscn" id="3_6ffwr"]
|
|
[ext_resource type="PackedScene" uid="uid://d2ow6e2ba86b6" path="res://addons/controller_icons/objects/path_selection/specific_path.tscn" id="4_3ai5v"]
|
|
|
|
[node name="ControllerIconPathSelector" type="PanelContainer" unique_id=1810375497]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_0ucf4")
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="." unique_id=832593146]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(850, 450)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/side_margin = 0
|
|
tab_alignment = 1
|
|
current_tab = 0
|
|
|
|
[node name="Input Action" parent="TabContainer" unique_id=1183809699 instance=ExtResource("2_wlqmh")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
metadata/_tab_index = 0
|
|
|
|
[node name="Joypad Path" parent="TabContainer" unique_id=592230258 instance=ExtResource("3_6ffwr")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
metadata/_tab_index = 1
|
|
|
|
[node name="Specific Path" parent="TabContainer" unique_id=1901750424 instance=ExtResource("4_3ai5v")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
metadata/_tab_index = 2
|
|
|
|
[connection signal="tab_selected" from="TabContainer" to="." method="_on_tab_container_tab_selected"]
|