Files
ludum_dare_46/src/Menus/DragNDrop/DragSink.tscn
Conrad 568a896b8e Final Hours Push I
- Fixed bug with the win screen
- Added new colors and font for the player

Co-Authored-By: deranonymos <deranonymos@users.noreply.github.com>
Co-Authored-By: Lukas Goppold <streamfire@users.noreply.github.com>
2020-04-21 02:08:30 +02:00

14 lines
305 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_right = -3.0
margin_bottom = 0.970001
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}