66 lines
2.2 KiB
Plaintext
66 lines
2.2 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dqx8k3h5nwc2r"]
|
|
|
|
[ext_resource type="Theme" uid="uid://bviqieumdiccr" path="res://assets/themes/main_theme.tres" id="1_80ja4"]
|
|
[ext_resource type="Script" uid="uid://sxgrib8ck0wx" path="res://scripts/character/character_card.gd" id="1_card"]
|
|
|
|
[node name="CharacterCard" type="PanelContainer"]
|
|
custom_minimum_size = Vector2(0, 120)
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("1_80ja4")
|
|
script = ExtResource("1_card")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 16
|
|
theme_override_constants/margin_top = 12
|
|
theme_override_constants/margin_right = 16
|
|
theme_override_constants/margin_bottom = 12
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="InfoVBox" type="VBoxContainer" parent="MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="NameLabel" type="Label" parent="MarginContainer/HBoxContainer/InfoVBox"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "Character Name"
|
|
|
|
[node name="ClassLabel" type="Label" parent="MarginContainer/HBoxContainer/InfoVBox"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "Class Name"
|
|
|
|
[node name="LevelLabel" type="Label" parent="MarginContainer/HBoxContainer/InfoVBox"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "Level 1"
|
|
|
|
[node name="GoldLabel" type="Label" parent="MarginContainer/HBoxContainer/InfoVBox"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "0 Gold"
|
|
|
|
[node name="LocationLabel" type="Label" parent="MarginContainer/HBoxContainer/InfoVBox"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "Unknown Location"
|
|
|
|
[node name="ActionVBox" type="VBoxContainer" parent="MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
alignment = 1
|
|
|
|
[node name="SelectButton" type="Button" parent="MarginContainer/HBoxContainer/ActionVBox"]
|
|
custom_minimum_size = Vector2(100, 36)
|
|
layout_mode = 2
|
|
text = "Select"
|
|
|
|
[node name="DeleteButton" type="Button" parent="MarginContainer/HBoxContainer/ActionVBox"]
|
|
custom_minimum_size = Vector2(100, 36)
|
|
layout_mode = 2
|
|
text = "Delete"
|