2026-01-11 20:33:37 +00:00
[gd_scene load_steps=5 format=3 uid="uid://dy5rd437h5hsw"]
2023-04-19 16:53:24 +00:00
2025-04-13 17:07:31 +00:00
[ext_resource type="Script" uid="uid://2loic2eeec5b" path="res://logic-scenes/board/card.gd" id="1_emip0"]
2026-01-11 20:33:37 +00:00
[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"]
2023-06-29 15:36:12 +00:00
2026-01-11 20:33:37 +00:00
[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")
2025-04-13 17:07:31 +00:00
text = "asdf"
2026-01-11 21:09:19 +00:00
picked_random = null
wiggle_strength = null
wiggle_speed = null
scale_bump = null
bounce_speed = null
highlighted = null
is_dragable = null
diameter = null
burn_progress = null
burn_state = null
direction = null
2026-01-11 20:33:37 +00:00
metadata/_custom_type_script = "uid://ddy8kb2hjvgss"
2023-07-14 16:11:55 +00:00
metadata/type = "card"
2026-01-11 20:33:37 +00:00
[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")