18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://HanafudaCard.tscn" type="PackedScene" id=1]
|
|
|
|
[node name="Node" type="Node"]
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
color = Color( 0.0941176, 0.423529, 0.27451, 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HanafudaCard" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 205, 447 )
|
|
revealed = true
|