44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dy5rd437h5hsw"]
|
|
|
|
[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(277, 231)
|
|
|
|
[node name="Card" type="Area2D"]
|
|
priority = 50
|
|
script = ExtResource("1_emip0")
|
|
text = "asdf"
|
|
metadata/_custom_type_script = "uid://ddy8kb2hjvgss"
|
|
metadata/type = "card"
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(5.5, 0)
|
|
shape = SubResource("RectangleShape2D_mai6h")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
scale = Vector2(0.6, 0.6)
|
|
sprite_frames = ExtResource("2_mai6h")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -126.0
|
|
offset_top = -100.0
|
|
offset_right = 136.0
|
|
offset_bottom = 77.95834
|
|
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. "
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
autowrap_mode = 3
|
|
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|