1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-05 13:34:48 -04:00
dressupzack/scenes/demo.tscn
Tony Bark 3097f5063a Tweaked drag and drop script
- Applied new drag & drop architecture to main game scene
2023-12-09 22:26:27 -05:00

18 lines
687 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(170, 92)
[node name="Platform2" parent="." instance=ExtResource("1_31w52")]
position = Vector2(419, 84)
[node name="Platform3" parent="." instance=ExtResource("1_31w52")]
position = Vector2(296, 286)
[node name="Object" parent="." instance=ExtResource("2_cgl4f")]
position = Vector2(169, 90)