mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Advanced drag and drop system finished
This commit is contained in:
parent
ed75c25fef
commit
9ff5c5aae3
6 changed files with 28 additions and 9 deletions
|
@ -133,7 +133,7 @@ position = Vector2(12, 81)
|
|||
texture = ExtResource("2_p4oam")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Bottom" type="TextureRect" parent="."]
|
||||
[node name="Bottom" type="TextureRect" parent="." groups=["bottoms"]]
|
||||
offset_left = -49.0
|
||||
offset_top = 116.0
|
||||
offset_right = 62.0
|
||||
|
|
|
@ -5,14 +5,14 @@
|
|||
|
||||
[node name="Demo" type="Node2D"]
|
||||
|
||||
[node name="Platform" parent="." instance=ExtResource("1_31w52")]
|
||||
[node name="Platform" parent="." groups=["dropable"] instance=ExtResource("1_31w52")]
|
||||
position = Vector2(170, 92)
|
||||
|
||||
[node name="Platform2" parent="." instance=ExtResource("1_31w52")]
|
||||
[node name="Platform2" parent="." groups=["dropable"] instance=ExtResource("1_31w52")]
|
||||
position = Vector2(419, 84)
|
||||
|
||||
[node name="Platform3" parent="." instance=ExtResource("1_31w52")]
|
||||
[node name="Platform3" parent="." groups=["dropable"] instance=ExtResource("1_31w52")]
|
||||
position = Vector2(296, 286)
|
||||
|
||||
[node name="Object" parent="." instance=ExtResource("2_cgl4f")]
|
||||
position = Vector2(301, 146)
|
||||
position = Vector2(169, 90)
|
||||
|
|
|
@ -50,6 +50,7 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
theme = ExtResource("5_gf1vk")
|
||||
script = ExtResource("4_pqv2p")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Panel" type="Panel" parent="GUI"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue