blob: 91e9abe8a5ab7ffb46edf87d8ccd30faef974492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[gd_scene load_steps=3 format=3 uid="uid://cff164qwvlsqd"]
[ext_resource type="Theme" uid="uid://c6y6r8kcnbb10" path="res://ui/theme_clear.tres" id="1_3i1yo"]
[ext_resource type="Script" uid="uid://bjdgrc1kwcbtj" path="res://ui/login/stat_entry.gd" id="1_vt1a4"]
[node name="StatEntry" type="HBoxContainer"]
offset_right = 169.0
offset_bottom = 20.0
script = ExtResource("1_vt1a4")
[node name="Label" type="Label" parent="."]
custom_minimum_size = Vector2(45, 0)
layout_mode = 2
theme = ExtResource("1_3i1yo")
theme_type_variation = &"CharacterSelectionStatusLabel"
text = "Label"
[node name="Value" type="Label" parent="."]
custom_minimum_size = Vector2(120, 0)
layout_mode = 2
size_flags_horizontal = 3
theme = ExtResource("1_3i1yo")
theme_type_variation = &"CharacterSelectionStatusLabel2"
text = "value"
|