From 724ae4d4a42bc13f703786d6fce1ab056e2942cf Mon Sep 17 00:00:00 2001 From: adtpdn Date: Wed, 22 Apr 2026 05:21:19 +0800 Subject: [PATCH] feat : update screen --- scenes/ui/boot_screen.tscn | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/scenes/ui/boot_screen.tscn b/scenes/ui/boot_screen.tscn index 9e7d6c3..3f886d1 100644 --- a/scenes/ui/boot_screen.tscn +++ b/scenes/ui/boot_screen.tscn @@ -1,10 +1,15 @@ [gd_scene format=3 uid="uid://bdfogx1k2q1fl"] [ext_resource type="Script" uid="uid://vgyrq5y5p7jw" path="res://scripts/ui/boot_screen.gd" id="1_boot"] +[ext_resource type="Texture2D" uid="uid://2d1ks5pmblc7" path="res://assets/graphics/main_menu/bg_back.png" id="2_17ab1"] [ext_resource type="FontFile" uid="uid://dsqg0x5lnosou" path="res://assets/fonts/TektonDash2.ttf" id="2_bwjrh"] [ext_resource type="FontFile" uid="uid://c2tryhyhlyb1u" path="res://assets/fonts/Supercell-Magic Regular.ttf" id="3_f4w4t"] +[ext_resource type="Theme" uid="uid://da337sh5qxi0s" path="res://assets/themes/ui_theme.tres" id="3_jayi6"] [ext_resource type="FontFile" uid="uid://xnjx058n4tsw" path="res://assets/fonts/Nougat-ExtraBlack.ttf" id="4_17ab1"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1xu5j"] +bg_color = Color(0.08, 0.09, 0.12, 1) + [node name="BootScreen" type="Control" unique_id=469561880] layout_mode = 3 anchors_preset = 15 @@ -23,6 +28,26 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0.0823529, 0.0823529, 0.109804, 1) +[node name="Background2" type="Panel" parent="." unique_id=1171074799] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +theme_override_styles/panel = SubResource("StyleBoxFlat_1xu5j") + +[node name="Background3" type="TextureRect" parent="." unique_id=99232146] +modulate = Color(1, 1, 1, 0.28235295) +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +texture = ExtResource("2_17ab1") +expand_mode = 2 + [node name="CenterContainer" type="CenterContainer" parent="." unique_id=1851252006] layout_mode = 1 anchors_preset = 15 @@ -30,6 +55,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +theme = ExtResource("3_jayi6") [node name="MainVBox" type="VBoxContainer" parent="CenterContainer" unique_id=283468998] custom_minimum_size = Vector2(600, 0) @@ -38,9 +64,10 @@ theme_override_constants/separation = 20 [node name="Title" type="Label" parent="CenterContainer/MainVBox" unique_id=576295308] layout_mode = 2 +theme_override_colors/font_color = Color(0.6901961, 0.5294118, 0.35686275, 1) theme_override_fonts/font = ExtResource("2_bwjrh") theme_override_font_sizes/font_size = 32 -text = "Tekton Dash Booting..." +text = "Tekton Dash : Update Checker" horizontal_alignment = 1 [node name="ChangelogPanel" type="PanelContainer" parent="CenterContainer/MainVBox" unique_id=675458612] @@ -62,6 +89,7 @@ layout_mode = 2 unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 +theme_override_colors/default_color = Color(0.6901961, 0.5294118, 0.35686275, 1) theme_override_fonts/normal_font = ExtResource("3_f4w4t") bbcode_enabled = true text = "Loading changelog..." @@ -80,6 +108,7 @@ text = " < Previous " unique_name_in_owner = true custom_minimum_size = Vector2(100, 0) layout_mode = 2 +theme_override_colors/font_color = Color(0.6901961, 0.5294118, 0.35686275, 1) theme_override_fonts/font = ExtResource("4_17ab1") text = "1 / 1" horizontal_alignment = 1 @@ -93,6 +122,7 @@ text = " Next > " [node name="StatusLabel" type="Label" parent="CenterContainer/MainVBox" unique_id=955710692] unique_name_in_owner = true layout_mode = 2 +theme_override_colors/font_color = Color(0.6901961, 0.5294118, 0.35686275, 1) theme_override_fonts/font = ExtResource("4_17ab1") text = "Checking for updates..." horizontal_alignment = 1