35 lines
961 B
Plaintext
35 lines
961 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bb31qjmt5sk6i"]
|
|
|
|
[ext_resource type="PackedScene" path="res://HanafudaCard.tscn" id="1"]
|
|
[ext_resource type="Script" path="res://Main.gd" id="2"]
|
|
[ext_resource type="Script" path="res://Deck.gd" id="3"]
|
|
|
|
[node name="Node" type="Node"]
|
|
script = ExtResource("2")
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
color = Color(0.0941176, 0.423529, 0.27451, 1)
|
|
|
|
[node name="HanafudaCard" parent="." instance=ExtResource("1")]
|
|
visible = false
|
|
position = Vector2(205, 447)
|
|
|
|
[node name="Deck" type="Node2D" parent="."]
|
|
position = Vector2(293, 412)
|
|
script = ExtResource("3")
|
|
|
|
[node name="Tween" type="Tween" parent="."]
|
|
_import_path = NodePath("")
|
|
unique_name_in_owner = false
|
|
process_mode = 0
|
|
process_priority = 0
|
|
process_physics_priority = 0
|
|
process_thread_group = 0
|
|
physics_interpolation_mode = 0
|
|
auto_translate_mode = 0
|
|
editor_description = ""
|
|
script = null
|