hanafuda/Main.tscn

17 lines
419 B
Plaintext
Raw Normal View History

2021-11-16 22:58:54 +01:00
[gd_scene load_steps=2 format=2]
2021-11-16 23:22:54 +01:00
[ext_resource path="res://HanafudaCard.tscn" type="PackedScene" id=1]
2021-11-16 22:58:54 +01:00
2021-11-21 20:44:08 +01:00
[node name="Node2D" 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
}
2021-11-16 22:58:54 +01:00
2021-11-16 23:22:54 +01:00
[node name="HanafudaCard" parent="." instance=ExtResource( 1 )]
2021-11-21 20:44:08 +01:00
position = Vector2( 205, 447 )