frame-of-mind/src/logic-scenes/board/void_card.tscn

92 lines
2.6 KiB
Plaintext
Raw Normal View History

2026-01-22 13:56:16 +00:00
[gd_scene load_steps=11 format=3 uid="uid://vqwep0whfb0o"]
2023-05-18 07:29:39 +00:00
[ext_resource type="Script" uid="uid://2loic2eeec5b" path="res://logic-scenes/board/card.gd" id="1_6ceun"]
2023-05-18 07:29:39 +00:00
[ext_resource type="Texture2D" uid="uid://sv0nhkkur1tt" path="res://logic-scenes/board/card-textures/cardsheet.png" id="2_buevv"]
2026-01-22 13:56:16 +00:00
[ext_resource type="PackedScene" uid="uid://b2st6v25p0ley" path="res://logic-scenes/board/void_stuff.tscn" id="3_ipd1f"]
2023-05-18 07:29:39 +00:00
2026-01-22 13:56:16 +00:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ipd1f"]
size = Vector2(277, 231)
2025-02-24 15:14:08 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_aqrbw"]
2023-05-18 07:29:39 +00:00
atlas = ExtResource("2_buevv")
region = Rect2(0, 880, 600, 440)
2023-05-18 07:29:39 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_e20ok"]
2023-05-18 07:29:39 +00:00
atlas = ExtResource("2_buevv")
region = Rect2(0, 440, 600, 440)
[sub_resource type="AtlasTexture" id="AtlasTexture_onstk"]
2023-05-18 07:29:39 +00:00
atlas = ExtResource("2_buevv")
region = Rect2(600, 440, 600, 440)
[sub_resource type="AtlasTexture" id="AtlasTexture_mtvrf"]
2023-05-18 07:29:39 +00:00
atlas = ExtResource("2_buevv")
region = Rect2(600, 0, 600, 440)
[sub_resource type="AtlasTexture" id="AtlasTexture_inyug"]
atlas = ExtResource("2_buevv")
region = Rect2(0, 0, 600, 440)
2023-05-18 07:29:39 +00:00
[sub_resource type="SpriteFrames" id="SpriteFrames_cu2at"]
2023-05-18 07:29:39 +00:00
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_aqrbw")
2023-05-18 07:29:39 +00:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_e20ok")
2023-05-18 07:29:39 +00:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_onstk")
2023-05-18 07:29:39 +00:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_mtvrf")
2023-05-18 07:29:39 +00:00
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_inyug")
2023-05-18 07:29:39 +00:00
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="c_void" type="Area2D"]
2026-01-22 13:56:16 +00:00
collision_layer = 4
collision_mask = 0
priority = 50
2023-05-18 07:29:39 +00:00
script = ExtResource("1_6ceun")
text = "card"
metadata/type = "card"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
2026-01-22 13:56:16 +00:00
position = Vector2(5.5, 0)
shape = SubResource("RectangleShape2D_ipd1f")
2023-05-18 07:29:39 +00:00
2026-01-22 13:56:16 +00:00
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
2025-02-24 15:14:08 +00:00
unique_name_in_owner = true
clip_children = 2
2026-01-22 13:56:16 +00:00
scale = Vector2(0.6, 0.6)
sprite_frames = SubResource("SpriteFrames_cu2at")
2025-04-04 21:17:31 +00:00
frame = 1
2023-05-18 07:29:39 +00:00
2026-01-22 13:56:16 +00:00
[node name="void_stuff" parent="AnimatedSprite2D" instance=ExtResource("3_ipd1f")]
2023-05-18 07:29:39 +00:00
2026-01-22 13:56:16 +00:00
[node name="StickyNoteAncor" type="Node2D" parent="AnimatedSprite2D"]
2025-02-24 15:14:08 +00:00
unique_name_in_owner = true
position = Vector2(-109.413, 100.642)
scale = Vector2(1.66667, 1.66667)
2023-05-18 07:29:39 +00:00
[node name="Label" type="Label" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -127.0
offset_top = -82.5
offset_right = 127.0
offset_bottom = 82.5
grow_horizontal = 2
grow_vertical = 2
autowrap_mode = 3