hanafuda/Main.tscn
Fabien Freling c6ec75e768 display Deck
2021-12-06 23:47:04 +01:00

25 lines
650 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://HanafudaCard.tscn" type="PackedScene" id=1]
[ext_resource path="res://Main.gd" type="Script" id=2]
[ext_resource path="res://Deck.gd" type="Script" id=3]
[node name="Node" type="Node"]
script = ExtResource( 2 )
[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 )]
visible = false
position = Vector2( 205, 447 )
month = 2
[node name="Deck" type="Node2D" parent="."]
script = ExtResource( 3 )