[gd_scene format=3 uid="uid://bbhpa50ef6702"] [ext_resource type="Script" uid="uid://dw5y2tp34fxys" path="res://scripts/perk_card.gd" id="1_t8gqh"] [ext_resource type="Texture2D" uid="uid://duo145bmwho8d" path="res://assets/UI assets pack 2/UI books & more.png" id="2_nlhlf"] [ext_resource type="FontFile" uid="uid://cq0jx2aapggkg" path="res://assets/fonts/slkscrb.ttf" id="3_n4umd"] [ext_resource type="FontFile" uid="uid://brooj0hba7650" path="res://assets/fonts/slkscr.ttf" id="4_40ty6"] [ext_resource type="Texture2D" uid="uid://cdktimg5axaxj" path="res://assets/Fire Pixel Bullet 16x16/All_Fire_Bullet_Pixel_16x16_01.png" id="4_nlhlf"] [sub_resource type="AtlasTexture" id="AtlasTexture_fgk3h"] atlas = ExtResource("2_nlhlf") region = Rect2(561, 17, 46, 62) [sub_resource type="LabelSettings" id="LabelSettings_qag4p"] line_spacing = 5.0 font = ExtResource("3_n4umd") font_size = 12 [sub_resource type="AtlasTexture" id="AtlasTexture_n4umd"] atlas = ExtResource("4_nlhlf") region = Rect2(258, 241, 25, 14) [sub_resource type="LabelSettings" id="LabelSettings_ni87r"] font = ExtResource("4_40ty6") font_size = 11 [node name="PerkCard" type="Control" unique_id=1471811151] custom_minimum_size = Vector2(200, 300) layout_mode = 3 anchors_preset = 0 script = ExtResource("1_t8gqh") [node name="Card" type="TextureRect" parent="." unique_id=1832247473] texture_filter = 1 custom_minimum_size = Vector2(200, 300) layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 texture = SubResource("AtlasTexture_fgk3h") [node name="Name" type="Label" parent="Card" unique_id=2006873472] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 offset_left = -50.5 offset_top = 43.0 offset_right = 50.5 offset_bottom = 92.0 grow_horizontal = 2 text = "Zweizeilige Überschrift " label_settings = SubResource("LabelSettings_qag4p") horizontal_alignment = 1 [node name="TextureRect" type="TextureRect" parent="Card/Name" unique_id=2128840891] layout_mode = 1 anchors_preset = 7 anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 offset_left = -24.5 offset_top = -10.0 offset_right = 24.5 offset_bottom = 19.0 grow_horizontal = 2 grow_vertical = 0 texture = SubResource("AtlasTexture_n4umd") [node name="Description" type="Label" parent="Card" unique_id=859816848] layout_mode = 1 anchors_preset = 7 anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 offset_left = -65.0 offset_top = -176.0 offset_right = 69.0 offset_bottom = -43.0 grow_horizontal = 2 grow_vertical = 0 text = "Text in Zeile Eins Text in Zeile Eins Text in Zeile Eins Text in Zeile Eins Text in Zeile Zwei Text in Zeile Drei Text in Zeile Vier Text in Zeile Fünf" label_settings = SubResource("LabelSettings_ni87r") horizontal_alignment = 1 autowrap_mode = 2 [node name="Button" type="Button" parent="." unique_id=1274377333] layout_mode = 0 offset_right = 200.0 offset_bottom = 300.0 [connection signal="pressed" from="Button" to="." method="_on_button_pressed"]