mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 22:12:23 +02:00
- Fixed invalid scripts - Added card placement validation Co-Authored-By: deranonymos <deranonymos@users.noreply.github.com>
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Menus/DragNDrop/DragSink.gd" type="Script" id=1]
|
|
|
|
[node name="DragSink" type="Container"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.789
|
|
margin_bottom = -0.0200043
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|