reactions
This commit is contained in:
parent
2f559639fb
commit
5e20eeb8bf
74 changed files with 891 additions and 19 deletions
14
scenes/reactives_drag_and_drop.tscn
Normal file
14
scenes/reactives_drag_and_drop.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://blj2j7a4uyr05"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b2w4adq02ywrl" path="res://src/ui/reagent_drag_and_drop.gd" id="1_1whj1"]
|
||||
|
||||
[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_1whj1")
|
||||
|
||||
[connection signal="button_down" from="." to="." method="_on_button_down"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue