summaryrefslogtreecommitdiff
path: root/ui/login/character_selection_status.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'ui/login/character_selection_status.tscn')
-rw-r--r--ui/login/character_selection_status.tscn291
1 files changed, 291 insertions, 0 deletions
diff --git a/ui/login/character_selection_status.tscn b/ui/login/character_selection_status.tscn
new file mode 100644
index 0000000..0de1865
--- /dev/null
+++ b/ui/login/character_selection_status.tscn
@@ -0,0 +1,291 @@
+[gd_scene load_steps=4 format=3 uid="uid://uo7qgv3ydh0q"]
+
+[ext_resource type="Theme" uid="uid://c6y6r8kcnbb10" path="res://ui/theme_clear.tres" id="1_o7mxo"]
+[ext_resource type="Script" uid="uid://ceh4g7d15wopd" path="res://ui/login/character_selection_status.gd" id="2_nhn0f"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_qjr2b"]
+
+[node name="CharacterSelectionStatus" type="PanelContainer"]
+offset_right = 360.0
+offset_bottom = 158.0
+theme = ExtResource("1_o7mxo")
+theme_override_styles/panel = SubResource("StyleBoxEmpty_qjr2b")
+script = ExtResource("2_nhn0f")
+
+[node name="VBoxContainer" type="VBoxContainer" parent="."]
+layout_mode = 2
+theme_override_constants/separation = 8
+
+[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 2
+
+[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 2
+
+[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer/HBoxContainer"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "NAME"
+
+[node name="Name" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer/HBoxContainer"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer/HBoxContainer2"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "STR"
+
+[node name="Str" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer/HBoxContainer2"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 2
+
+[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer2"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer2/HBoxContainer"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "JOB"
+
+[node name="Job" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer2/HBoxContainer"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer2"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer2/HBoxContainer2"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "AGI"
+
+[node name="Agi" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer2/HBoxContainer2"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 2
+
+[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer3"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer3/HBoxContainer"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "Lv."
+
+[node name="Level" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer3/HBoxContainer"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer3"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer3/HBoxContainer2"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "VIT"
+
+[node name="Vit" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer3/HBoxContainer2"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer4" type="HBoxContainer" parent="VBoxContainer/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 2
+
+[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer4"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer4/HBoxContainer"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "EXP"
+
+[node name="Exp" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer4/HBoxContainer"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer4"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer4/HBoxContainer2"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "INT"
+
+[node name="Int" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer4/HBoxContainer2"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer5" type="HBoxContainer" parent="VBoxContainer/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 2
+
+[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer5"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer5/HBoxContainer"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "HP"
+
+[node name="Hp" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer5/HBoxContainer"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer5"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer5/HBoxContainer2"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "DEX"
+
+[node name="Dex" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer5/HBoxContainer2"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer6" type="HBoxContainer" parent="VBoxContainer/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 2
+
+[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer6"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer6/HBoxContainer"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "SP"
+
+[node name="Sp" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer6/HBoxContainer"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/VBoxContainer/HBoxContainer6"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer6/HBoxContainer2"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "LUK"
+
+[node name="Luk" type="Label" parent="VBoxContainer/VBoxContainer/HBoxContainer6/HBoxContainer2"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(130, 0)
+layout_mode = 2
+size_flags_horizontal = 3
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"
+
+[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
+layout_mode = 2
+
+[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
+custom_minimum_size = Vector2(45, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel"
+text = "MAP"
+
+[node name="Map" type="Label" parent="VBoxContainer/HBoxContainer"]
+unique_name_in_owner = true
+custom_minimum_size = Vector2(307, 0)
+layout_mode = 2
+theme = ExtResource("1_o7mxo")
+theme_type_variation = &"CharacterSelectionStatusLabel2"
+text = "value"