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

39 lines
1.5 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=5 format=3 uid="uid://dy5rd437h5hsw"]
2023-04-19 16:53:24 +00:00
[ext_resource type="Script" uid="uid://2loic2eeec5b" path="res://logic-scenes/board/card.gd" id="1_emip0"]
[ext_resource type="SpriteFrames" uid="uid://j7e7me3hl6xt" path="res://logic-scenes/board/card-textures/card-sprites.tres" id="2_mai6h"]
[ext_resource type="Theme" uid="uid://d1jvpqykmpfyg" path="res://logic-scenes/themes/serif.theme" id="3_mdi7r"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mai6h"]
size = Vector2(511, 410)
[node name="Card" type="Area2D"]
2023-04-19 16:53:24 +00:00
script = ExtResource("1_emip0")
text = "asdf"
metadata/_custom_type_script = "uid://ddy8kb2hjvgss"
metadata/type = "card"
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = ExtResource("2_mai6h")
[node name="Label" type="Label" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -203.0
offset_top = -166.29167
offset_right = 224.0
offset_bottom = 173.12498
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("3_mdi7r")
theme_type_variation = &"card_text"
text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. "
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 3
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(11, -2)
shape = SubResource("RectangleShape2D_mai6h")