1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-05 21:34:49 -04:00
dressupzack/scenes/demo.tscn
Tony Bark 2bc37e1100 Advanced drag and drop
More precise drag and drop. Still has a few bugs, but most of the base is there.

- Removed translations.
- Cleaned up README
2023-12-07 21:45:26 -05:00

15 lines
590 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bguec0ft5ygk4"]
[ext_resource type="PackedScene" uid="uid://bvbelmb6rvy4f" path="res://scenes/platform.tscn" id="1_31w52"]
[ext_resource type="PackedScene" uid="uid://dn152ouc7l21p" path="res://scenes/object.tscn" id="2_cgl4f"]
[node name="Demo" type="Node2D"]
[node name="Platform" parent="." instance=ExtResource("1_31w52")]
position = Vector2(94, 117)
[node name="Platform2" parent="." instance=ExtResource("1_31w52")]
position = Vector2(419, 84)
[node name="Object" parent="." instance=ExtResource("2_cgl4f")]
position = Vector2(96, 117)