hanafuda/Main.tscn

35 lines
961 B
Plaintext
Raw Normal View History

2024-09-02 13:26:07 +02:00
[gd_scene load_steps=4 format=3 uid="uid://bb31qjmt5sk6i"]
2021-11-16 22:58:54 +01:00
2024-09-02 13:26:07 +02:00
[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"]
2021-11-16 22:58:54 +01:00
2021-11-21 23:29:05 +01:00
[node name="Node" type="Node"]
2024-09-02 13:26:07 +02:00
script = ExtResource("2")
2021-11-21 20:44:08 +01:00
[node name="Background" type="ColorRect" parent="."]
2024-09-02 13:26:07 +02:00
anchors_preset = 15
2021-11-21 20:44:08 +01:00
anchor_right = 1.0
anchor_bottom = 1.0
2024-09-02 13:26:07 +02:00
color = Color(0.0941176, 0.423529, 0.27451, 1)
2021-11-16 22:58:54 +01:00
2024-09-02 13:26:07 +02:00
[node name="HanafudaCard" parent="." instance=ExtResource("1")]
2021-12-06 23:44:23 +01:00
visible = false
2024-09-02 13:26:07 +02:00
position = Vector2(205, 447)
2021-12-06 23:10:39 +01:00
2021-12-06 23:44:23 +01:00
[node name="Deck" type="Node2D" parent="."]
2024-09-02 13:26:07 +02:00
position = Vector2(293, 412)
script = ExtResource("3")
2021-12-13 23:38:36 +01:00
[node name="Tween" type="Tween" parent="."]
2024-09-02 13:26:07 +02:00
_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