[gd_scene load_steps=5 format=3 uid="uid://cyfjwldknv8m6"] [ext_resource type="Script" uid="uid://vgyrq5y5p7jw" path="res://scripts/ui/boot_screen.gd" id="1"] [ext_resource type="Theme" uid="uid://da337sh5qxi0s" path="res://assets/themes/ui_theme.tres" id="2"] [ext_resource type="Texture2D" uid="uid://40tlo0mda3wr" path="res://assets/graphics/main_menu/result_bg.png" id="3_v46t4"] [ext_resource type="Texture2D" uid="uid://dvp0as6yyudco" path="res://assets/graphics/main_menu/bg_illust.png" id="4_okh44"] [node name="BootScreen" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("2") script = ExtResource("1") [node name="Background" type="TextureRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_v46t4") expand_mode = 2 [node name="Background2" type="TextureRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("4_okh44") expand_mode = 3 [node name="CenterContainer" type="CenterContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] layout_mode = 2 theme_override_constants/separation = 24 [node name="Logo" type="Label" parent="CenterContainer/VBoxContainer"] layout_mode = 2 theme_override_colors/font_color = Color(0.647, 0.996, 0.224, 1) theme_override_font_sizes/font_size = 52 text = "TEKTON" horizontal_alignment = 1 [node name="Subtitle" type="Label" parent="CenterContainer/VBoxContainer"] layout_mode = 2 theme_override_colors/font_color = Color(0.992, 0.796, 0.047, 1) theme_override_font_sizes/font_size = 14 text = "ARMAGEDDON" horizontal_alignment = 1 [node name="StatusLabel" type="Label" parent="CenterContainer/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 theme_override_font_sizes/font_size = 16 text = "Checking for updates..." horizontal_alignment = 1 [node name="ProgressContainer" type="VBoxContainer" parent="CenterContainer/VBoxContainer"] unique_name_in_owner = true visible = false layout_mode = 2 theme_override_constants/separation = 8 [node name="ProgressBar" type="ProgressBar" parent="CenterContainer/VBoxContainer/ProgressContainer"] unique_name_in_owner = true custom_minimum_size = Vector2(320, 24) layout_mode = 2 show_percentage = false [node name="ProgressLabel" type="Label" parent="CenterContainer/VBoxContainer/ProgressContainer"] unique_name_in_owner = true layout_mode = 2 text = "0%" horizontal_alignment = 1 [node name="ButtonContainer" type="HBoxContainer" parent="CenterContainer/VBoxContainer"] unique_name_in_owner = true visible = false layout_mode = 2 theme_override_constants/separation = 16 alignment = 1 [node name="UpdateButton" type="Button" parent="CenterContainer/VBoxContainer/ButtonContainer"] unique_name_in_owner = true custom_minimum_size = Vector2(160, 48) layout_mode = 2 text = "Update Now" [node name="SkipButton" type="Button" parent="CenterContainer/VBoxContainer/ButtonContainer"] unique_name_in_owner = true custom_minimum_size = Vector2(160, 48) layout_mode = 2 text = "Play Anyway" [node name="StoreButton" type="Button" parent="CenterContainer/VBoxContainer/ButtonContainer"] unique_name_in_owner = true visible = false custom_minimum_size = Vector2(160, 48) layout_mode = 2 text = "Open Store" [node name="VersionLabel" type="Label" parent="."] layout_mode = 1 anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = -120.0 offset_top = -40.0 offset_right = -16.0 offset_bottom = -16.0 grow_horizontal = 0 grow_vertical = 0 theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 0.6) theme_override_font_sizes/font_size = 12 text = "v0.9.0" horizontal_alignment = 2