Frame-of-Mind/src/Playfield.tscn

22 lines
563 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://DropZone.tscn" type="PackedScene" id=1]
[ext_resource path="res://base_scenes/Card.tscn" type="PackedScene" id=2]
[node name="Playfield" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="Card" parent="." instance=ExtResource( 2 )]
margin_left = 432.0
margin_top = 296.0
margin_right = -1488.0
margin_bottom = -784.0
caption = "Test test"
[node name="DropZone" parent="." instance=ExtResource( 1 )]
margin_left = 1511.0
margin_top = 870.0
margin_right = -409.0
margin_bottom = -210.0