2021-12-06 23:10:39 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2021-11-16 22:58:54 +01:00
|
|
|
|
2021-11-16 23:22:54 +01:00
|
|
|
[ext_resource path="res://HanafudaCard.tscn" type="PackedScene" id=1]
|
2021-12-06 23:10:39 +01:00
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=2]
|
|
|
|
[ext_resource path="res://Deck.gd" type="Script" id=3]
|
2021-11-16 22:58:54 +01:00
|
|
|
|
2021-11-21 23:29:05 +01:00
|
|
|
[node name="Node" type="Node"]
|
2021-12-06 23:10:39 +01:00
|
|
|
script = ExtResource( 2 )
|
2021-11-21 20:44:08 +01:00
|
|
|
|
|
|
|
[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-12-06 23:44:23 +01:00
|
|
|
visible = false
|
2021-11-21 20:44:08 +01:00
|
|
|
position = Vector2( 205, 447 )
|
2021-12-06 23:10:39 +01:00
|
|
|
month = 2
|
|
|
|
|
2021-12-06 23:44:23 +01:00
|
|
|
[node name="Deck" type="Node2D" parent="."]
|
2021-12-06 23:10:39 +01:00
|
|
|
script = ExtResource( 3 )
|