reactions

This commit is contained in:
Rendo 2025-12-05 10:03:45 +05:00
commit 5e20eeb8bf
74 changed files with 891 additions and 19 deletions

View 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"]