frame-of-mind/src/logic-scenes/board/sticky-note.tscn

136 lines
3.8 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=18 format=3 uid="uid://vkcdj8c3ytbq"]
2023-04-19 16:53:24 +00:00
[ext_resource type="Script" uid="uid://r12efqgk6t4n" path="res://logic-scenes/board/sticky-note.gd" id="1_yvh5n"]
[ext_resource type="Texture2D" uid="uid://c8ckkjmdegyis" path="res://logic-scenes/board/card-textures/postitsheet.png" id="2_j17jn"]
[ext_resource type="Theme" uid="uid://b056fn288p8ha" path="res://logic-scenes/themes/handwriting.theme" id="3_qmm0h"]
2023-04-19 16:53:24 +00:00
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_ml4q7"]
radius = 48.0
height = 312.0
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_260t4"]
atlas = ExtResource("2_j17jn")
region = Rect2(0, 0, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_1dusx"]
atlas = ExtResource("2_j17jn")
region = Rect2(500, 0, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_3dfo6"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(0, 220, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_ltrdw"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(500, 220, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_spwka"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(0, 440, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_62rvp"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(500, 440, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_v1axh"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(1000, 440, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_5ria3"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(1000, 220, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_7ii0f"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(1000, 0, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_7upwc"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(1500, 0, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_drssb"]
atlas = ExtResource("2_j17jn")
2025-04-04 21:17:31 +00:00
region = Rect2(1500, 220, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_anws8"]
atlas = ExtResource("2_j17jn")
region = Rect2(1500, 440, 500, 220)
2025-04-04 21:17:31 +00:00
[sub_resource type="SpriteFrames" id="SpriteFrames_5scpe"]
animations = [{
"frames": [{
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_260t4")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_1dusx")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_3dfo6")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_ltrdw")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_spwka")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_62rvp")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_v1axh")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_5ria3")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_7ii0f")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_7upwc")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_drssb")
}, {
"duration": 1.0,
2025-04-04 21:17:31 +00:00
"texture": SubResource("AtlasTexture_anws8")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
2023-04-19 16:53:24 +00:00
2023-10-12 16:25:21 +00:00
[node name="sticky-note" type="Area2D"]
2023-04-19 16:53:24 +00:00
script = ExtResource("1_yvh5n")
highlight_color = Color(1.2, 1.2, 1.2, 1)
2023-10-12 16:25:21 +00:00
metadata/type = "sticky-note"
2023-04-19 16:53:24 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(99.5, 0)
rotation = 1.5708
shape = SubResource("CapsuleShape2D_ml4q7")
[node name="Content" type="Node2D" parent="."]
[node name="BackgroundSprite" type="AnimatedSprite2D" parent="Content"]
2023-06-28 10:18:00 +00:00
position = Vector2(99.5, 0)
scale = Vector2(0.65, 0.65)
2025-04-04 21:17:31 +00:00
sprite_frames = SubResource("SpriteFrames_5scpe")
2023-04-19 16:53:24 +00:00
[node name="Label" type="Label" parent="Content"]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -52.0
offset_top = -50.0
offset_right = 243.0
offset_bottom = 47.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("3_qmm0h")
theme_type_variation = &"card_text"
vertical_alignment = 1
2023-04-19 16:53:24 +00:00
autowrap_mode = 3