Frame-of-Mind/src/Playfield.tscn
2022-09-08 17:14:07 +02:00

36 lines
866 B (Stored with Git LFS)
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://DropZone.tscn" type="PackedScene" id=1]
[ext_resource path="res://Card.tscn" type="PackedScene" id=2]
[node name="Playfield" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="DropZone" parent="." instance=ExtResource( 1 )]
margin_left = 820.0
margin_top = 400.0
margin_right = -4.0
margin_bottom = 0.0
[node name="Card" parent="." instance=ExtResource( 2 )]
margin_left = 127.0
margin_top = 90.0
margin_right = -747.0
margin_bottom = -360.0
is_mergable = true
[node name="Card2" parent="." instance=ExtResource( 2 )]
margin_left = 452.0
margin_top = 115.0
margin_right = -422.0
margin_bottom = -335.0
is_mergable = true
[node name="Card3" parent="." instance=ExtResource( 2 )]
margin_left = 235.0
margin_top = 339.0
margin_right = -639.0
margin_bottom = -111.0
caption = "unmergable"