81 lines
3.0 KiB
Plaintext
81 lines
3.0 KiB
Plaintext
[gd_scene format=3 uid="uid://bghefrgaujjt6"]
|
|
|
|
[ext_resource type="Script" uid="uid://dcmee2jvohudl" path="res://gui/game/card/scripts/card_section.gd" id="1_41hkv"]
|
|
[ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/hud.tres" id="1_t7m3x"]
|
|
[ext_resource type="Script" uid="uid://dgbh38j13g5kn" path="res://gui/game/card/scripts/card_section_info.gd" id="2_3ktqg"]
|
|
[ext_resource type="Texture2D" uid="uid://baaujfw8piywi" path="res://common/icons/dna.svg" id="2_41hkv"]
|
|
[ext_resource type="FontFile" uid="uid://qt80w6o01q5s" path="res://gui/ressources/fonts/TitanOne-Regular.ttf" id="3_3ktqg"]
|
|
|
|
[sub_resource type="Theme" id="Theme_vlpjv"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3ktqg"]
|
|
bg_color = Color(1, 1, 1, 1)
|
|
corner_radius_top_left = 10
|
|
corner_radius_top_right = 10
|
|
corner_radius_bottom_right = 10
|
|
corner_radius_bottom_left = 10
|
|
|
|
[sub_resource type="Resource" id="Resource_ycbno"]
|
|
script = ExtResource("2_3ktqg")
|
|
title_text = "Hello"
|
|
title_icon = ExtResource("2_41hkv")
|
|
text = "Hello"
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_ycbno"]
|
|
font = ExtResource("3_3ktqg")
|
|
font_size = 15
|
|
|
|
[node name="CardSection" type="PanelContainer" unique_id=691609187]
|
|
self_modulate = Color(0.13725491, 0.39215687, 0.6666667, 1)
|
|
offset_right = 141.0
|
|
offset_bottom = 30.0
|
|
theme = SubResource("Theme_vlpjv")
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_3ktqg")
|
|
script = ExtResource("1_41hkv")
|
|
info = SubResource("Resource_ycbno")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1904543323]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 5
|
|
theme_override_constants/margin_top = 5
|
|
theme_override_constants/margin_right = 5
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
[node name="CardSectionContainer" type="HBoxContainer" parent="MarginContainer" unique_id=1321500002]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
alignment = 1
|
|
|
|
[node name="CardSectionTitle" type="HBoxContainer" parent="MarginContainer/CardSectionContainer" unique_id=2055951870]
|
|
layout_mode = 2
|
|
theme = ExtResource("1_t7m3x")
|
|
theme_override_constants/separation = 6
|
|
alignment = 1
|
|
|
|
[node name="TitleIcon" type="TextureRect" parent="MarginContainer/CardSectionContainer/CardSectionTitle" unique_id=1697232009]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(20, 20)
|
|
layout_mode = 2
|
|
texture = ExtResource("2_41hkv")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="TitleText" type="Label" parent="MarginContainer/CardSectionContainer/CardSectionTitle" unique_id=1260458359]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("1_t7m3x")
|
|
text = "Hello"
|
|
label_settings = SubResource("LabelSettings_ycbno")
|
|
|
|
[node name="Text" type="RichTextLabel" parent="MarginContainer/CardSectionContainer" unique_id=2102977326]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("1_t7m3x")
|
|
bbcode_enabled = true
|
|
text = "Lorem ipsum dolor sit amet"
|
|
fit_content = true
|
|
scroll_active = false
|
|
vertical_alignment = 1
|