22 lines
983 B
Plaintext
22 lines
983 B
Plaintext
[gd_scene format=3 uid="uid://ib8ydhcaklwy"]
|
|
|
|
[ext_resource type="Script" uid="uid://byshjka72uo8i" path="res://addons/controller_icons/objects/ControllerIconPathSelectorPopup.gd" id="1_6s0ph"]
|
|
[ext_resource type="PackedScene" uid="uid://dijn7haax0boi" path="res://addons/controller_icons/objects/ControllerIconPathSelector.tscn" id="2_gfs7t"]
|
|
|
|
[node name="ControllerIconPathSelectorPopup" type="ConfirmationDialog" unique_id=716741860]
|
|
oversampling_override = 1.0
|
|
title = "Select an icon path"
|
|
position = Vector2i(0, 36)
|
|
size = Vector2i(866, 507)
|
|
visible = true
|
|
script = ExtResource("1_6s0ph")
|
|
|
|
[node name="ControllerIconPathSelector" parent="." unique_id=309902607 instance=ExtResource("2_gfs7t")]
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = -8.0
|
|
offset_bottom = -49.0
|
|
|
|
[connection signal="confirmed" from="." to="." method="_on_confirmed"]
|
|
[connection signal="path_selected" from="ControllerIconPathSelector" to="." method="_on_controller_icon_path_selector_path_selected"]
|