69 lines
2.0 KiB
Plaintext
69 lines
2.0 KiB
Plaintext
[gd_scene format=3 uid="uid://cgl06rqop270h"]
|
|
|
|
[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"]
|
|
|
|
[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 = 0.0
|
|
font = ExtResource("3_n4umd")
|
|
font_size = 5
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_ni87r"]
|
|
font = ExtResource("4_40ty6")
|
|
font_size = 3
|
|
|
|
[node name="PerkCard" type="Control" unique_id=1471811151]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_t8gqh")
|
|
|
|
[node name="Card" type="TextureRect" parent="." unique_id=1832247473]
|
|
texture_filter = 1
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
texture = SubResource("AtlasTexture_fgk3h")
|
|
|
|
[node name="Description" type="Label" parent="Card" unique_id=2006873472]
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -20.5
|
|
offset_top = 7.0
|
|
offset_right = 20.5
|
|
offset_bottom = 23.0
|
|
grow_horizontal = 2
|
|
text = "AOE
|
|
-Feuerball"
|
|
label_settings = SubResource("LabelSettings_qag4p")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Name" 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 = -20.0
|
|
offset_top = -36.0
|
|
offset_right = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
text = "Das ist ein test"
|
|
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 = 46.0
|
|
offset_bottom = 62.0
|