mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
- 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>
14 lines
305 B
Plaintext
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
|
|
}
|