mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://wpe6vmdco84g"]
|
|
|
|
[ext_resource type="Script" path="res://card.cs" id="1_dysu7"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ndhi0"]
|
|
bg_color = Color(1, 1, 1, 1)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_ui6ue"]
|
|
outline_size = 2
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_gncft"]
|
|
outline_size = 2
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="Card" type="Panel" groups=["CardGroup"]]
|
|
unique_name_in_owner = true
|
|
clip_contents = true
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 1
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_ndhi0")
|
|
script = ExtResource("1_dysu7")
|
|
|
|
[node name="CardImage" type="TextureRect" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="CardNameLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 23.0
|
|
grow_horizontal = 2
|
|
text = "Name"
|
|
label_settings = SubResource("LabelSettings_ui6ue")
|
|
autowrap_mode = 3
|
|
|
|
[node name="CardIdLabel" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -23.0
|
|
offset_right = 40.0
|
|
grow_vertical = 0
|
|
text = "ID"
|
|
label_settings = SubResource("LabelSettings_gncft")
|