From f3d360e022fce829370c7d916abe98083b14818c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 7 Apr 2025 11:45:05 +0200 Subject: next commit --- ui/login/stat_entry.tscn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ui/login/stat_entry.tscn (limited to 'ui/login/stat_entry.tscn') diff --git a/ui/login/stat_entry.tscn b/ui/login/stat_entry.tscn new file mode 100644 index 0000000..91e9abe --- /dev/null +++ b/ui/login/stat_entry.tscn @@ -0,0 +1,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" -- cgit v1.2.3