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

51 lines
1.6 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=5 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="SpriteFrames" uid="uid://bixem613olfie" path="res://logic-scenes/board/card-textures/sticky-note_sprites.tres" id="2_260t4"]
[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
2023-10-12 16:25:21 +00:00
[node name="sticky-note" type="Area2D"]
2026-01-16 19:46:16 +00:00
z_index = 1
collision_layer = 2
priority = 100
2023-04-19 16:53:24 +00:00
script = ExtResource("1_yvh5n")
text = "card"
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"]
unique_name_in_owner = true
2023-06-28 10:18:00 +00:00
position = Vector2(99.5, 0)
scale = Vector2(0.65, 0.65)
sprite_frames = ExtResource("2_260t4")
frame = 3
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"
text = "sticksum ipsum dolor sit amet met post-it sulcum dulce est 3M, et tesa est."
vertical_alignment = 1
2023-04-19 16:53:24 +00:00
autowrap_mode = 3