14 lines
450 B
Text
14 lines
450 B
Text
[gd_scene load_steps=2 format=3 uid="uid://vhn8h4mhb6nh"]
|
|
|
|
[ext_resource type="Script" uid="uid://ds5u02jdtxyd4" path="res://src/ui/drag_and_drop.gd" id="1_33df7"]
|
|
|
|
[node name="DragAndDrop" type="Button"]
|
|
anchors_preset = -1
|
|
anchor_right = 0.043
|
|
anchor_bottom = 0.07700001
|
|
offset_right = 0.4639969
|
|
offset_bottom = 0.10399628
|
|
mouse_filter = 1
|
|
script = ExtResource("1_33df7")
|
|
|
|
[connection signal="button_down" from="." to="." method="_on_button_down"]
|