feat: 2.3.1
This commit is contained in:
+150
-22
@@ -3,13 +3,38 @@
|
||||
[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="Texture2D" uid="uid://jqvv6s55mlsk" path="res://assets/graphics/gui/BG.png" id="3_1xu5j"]
|
||||
[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"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpco6lch7homj" path="res://assets/graphics/gui/play/bg.png" id="6_yicr8"]
|
||||
[ext_resource type="FontFile" uid="uid://dckhhpt5emxq0" path="res://assets/fonts/Asap-VariableFont_wdth,wght.ttf" id="7_yicr8"]
|
||||
[ext_resource type="Texture2D" uid="uid://1yi5lwgle4g0" path="res://assets/graphics/gui/play/btn_green_small.png" id="8_5mhvm"]
|
||||
[ext_resource type="Texture2D" uid="uid://cuw72qcwxxbjg" path="res://assets/graphics/gui/play/btn_green_small_darken.png" id="9_6t5dt"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1xu5j"]
|
||||
bg_color = Color(0.08, 0.09, 0.12, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wusgu"]
|
||||
bg_color = Color(0.14117648, 0.16862746, 0.19215687, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.19607843, 0.27450982, 0.3372549, 1)
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2h0ma"]
|
||||
bg_color = Color(0.54509807, 0.7882353, 0.101960786, 1)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 10
|
||||
border_color = Color(0.7254902, 0.84313726, 0.38039216, 1)
|
||||
border_blend = true
|
||||
|
||||
[node name="BootScreen" type="Control" unique_id=469561880]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
@@ -20,6 +45,7 @@ grow_vertical = 2
|
||||
script = ExtResource("1_boot")
|
||||
|
||||
[node name="Background" type="ColorRect" parent="." unique_id=698091452]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -29,6 +55,7 @@ grow_vertical = 2
|
||||
color = Color(0.0823529, 0.0823529, 0.109804, 1)
|
||||
|
||||
[node name="Background2" type="Panel" parent="." unique_id=1171074799]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -38,6 +65,7 @@ grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_1xu5j")
|
||||
|
||||
[node name="Background3" type="TextureRect" parent="." unique_id=99232146]
|
||||
visible = false
|
||||
modulate = Color(1, 1, 1, 0.28235295)
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -48,6 +76,16 @@ grow_vertical = 2
|
||||
texture = ExtResource("2_17ab1")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="Background4" type="TextureRect" parent="." unique_id=629882829]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("3_1xu5j")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="." unique_id=1851252006]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -64,23 +102,29 @@ 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 : Update Checker"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="ChangelogPanel" type="PanelContainer" parent="CenterContainer/MainVBox" unique_id=675458612]
|
||||
[node name="ChangelogPanel" type="TextureRect" parent="CenterContainer/MainVBox" unique_id=136011719]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 300)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("6_yicr8")
|
||||
expand_mode = 5
|
||||
|
||||
[node name="Margin" type="MarginContainer" parent="CenterContainer/MainVBox/ChangelogPanel" unique_id=577528369]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 15
|
||||
theme_override_constants/margin_top = 15
|
||||
theme_override_constants/margin_right = 15
|
||||
theme_override_constants/margin_bottom = 15
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/margin_left = 25
|
||||
theme_override_constants/margin_top = 25
|
||||
theme_override_constants/margin_right = 25
|
||||
theme_override_constants/margin_bottom = 25
|
||||
|
||||
[node name="VBox" type="VBoxContainer" parent="CenterContainer/MainVBox/ChangelogPanel/Margin" unique_id=983868454]
|
||||
layout_mode = 2
|
||||
@@ -89,48 +133,92 @@ 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")
|
||||
theme_override_colors/default_color = Color(1, 1, 1, 1)
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.2509804)
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_constants/shadow_offset_x = -2
|
||||
theme_override_constants/shadow_offset_y = 2
|
||||
theme_override_fonts/normal_font = ExtResource("7_yicr8")
|
||||
bbcode_enabled = true
|
||||
text = "Loading changelog..."
|
||||
tab_size = 2
|
||||
|
||||
[node name="HBox" type="HBoxContainer" parent="CenterContainer/MainVBox/ChangelogPanel/Margin/VBox" unique_id=1374120193]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 8
|
||||
alignment = 1
|
||||
|
||||
[node name="PrevButton" type="Button" parent="CenterContainer/MainVBox/ChangelogPanel/Margin/VBox/HBox" unique_id=1862079005]
|
||||
[node name="PrevButton" type="TextureButton" parent="CenterContainer/MainVBox/ChangelogPanel/Margin/VBox/HBox" unique_id=779268670]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
texture_normal = ExtResource("8_5mhvm")
|
||||
texture_pressed = ExtResource("9_6t5dt")
|
||||
texture_hover = ExtResource("9_6t5dt")
|
||||
|
||||
[node name="Label" type="Label" parent="CenterContainer/MainVBox/ChangelogPanel/Margin/VBox/HBox/PrevButton" unique_id=106117176]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.48235294)
|
||||
theme_override_constants/shadow_offset_x = -1
|
||||
theme_override_constants/shadow_offset_y = 1
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_fonts/font = ExtResource("4_17ab1")
|
||||
text = " < Previous "
|
||||
theme_override_font_sizes/font_size = 16
|
||||
text = "PREV"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="PageLabel" type="Label" parent="CenterContainer/MainVBox/ChangelogPanel/Margin/VBox/HBox" unique_id=934971208]
|
||||
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
|
||||
|
||||
[node name="NextButton" type="Button" parent="CenterContainer/MainVBox/ChangelogPanel/Margin/VBox/HBox" unique_id=1366632731]
|
||||
[node name="NextButton" type="TextureButton" parent="CenterContainer/MainVBox/ChangelogPanel/Margin/VBox/HBox" unique_id=1512015952]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("8_5mhvm")
|
||||
texture_pressed = ExtResource("9_6t5dt")
|
||||
texture_hover = ExtResource("9_6t5dt")
|
||||
|
||||
[node name="Label" type="Label" parent="CenterContainer/MainVBox/ChangelogPanel/Margin/VBox/HBox/NextButton" unique_id=2060058712]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.48235294)
|
||||
theme_override_constants/shadow_offset_x = -1
|
||||
theme_override_constants/shadow_offset_y = 1
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_fonts/font = ExtResource("4_17ab1")
|
||||
text = " Next > "
|
||||
theme_override_font_sizes/font_size = 16
|
||||
text = "NEXT"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[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_colors/font_shadow_color = Color(0, 0, 0, 0.48235294)
|
||||
theme_override_fonts/font = ExtResource("4_17ab1")
|
||||
text = "Checking for updates..."
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="ProgressBar" type="ProgressBar" parent="CenterContainer/MainVBox" unique_id=2132835750]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 20)
|
||||
layout_mode = 2
|
||||
show_percentage = false
|
||||
theme_override_styles/background = SubResource("StyleBoxFlat_wusgu")
|
||||
theme_override_styles/fill = SubResource("StyleBoxFlat_2h0ma")
|
||||
|
||||
[node name="ProgressLabel" type="Label" parent="CenterContainer/MainVBox/ProgressBar" unique_id=1293848486]
|
||||
unique_name_in_owner = true
|
||||
@@ -140,8 +228,11 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.48235294)
|
||||
theme_override_fonts/font = ExtResource("4_17ab1")
|
||||
theme_override_font_sizes/font_size = 14
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ButtonContainer" type="HBoxContainer" parent="CenterContainer/MainVBox" unique_id=2021809892]
|
||||
unique_name_in_owner = true
|
||||
@@ -149,14 +240,51 @@ layout_mode = 2
|
||||
theme_override_constants/separation = 20
|
||||
alignment = 1
|
||||
|
||||
[node name="SkipButton" type="Button" parent="CenterContainer/MainVBox/ButtonContainer" unique_id=1945691494]
|
||||
[node name="SkipButton" type="TextureButton" parent="CenterContainer/MainVBox/ButtonContainer" unique_id=450583456]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
theme_override_fonts/font = ExtResource("4_17ab1")
|
||||
text = "Skip"
|
||||
texture_normal = ExtResource("8_5mhvm")
|
||||
texture_pressed = ExtResource("9_6t5dt")
|
||||
texture_hover = ExtResource("9_6t5dt")
|
||||
|
||||
[node name="UpdateButton" type="Button" parent="CenterContainer/MainVBox/ButtonContainer" unique_id=200811932]
|
||||
[node name="Label" type="Label" parent="CenterContainer/MainVBox/ButtonContainer/SkipButton" unique_id=773031370]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.48235294)
|
||||
theme_override_constants/shadow_offset_x = -1
|
||||
theme_override_constants/shadow_offset_y = 1
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_fonts/font = ExtResource("4_17ab1")
|
||||
theme_override_font_sizes/font_size = 16
|
||||
text = "Skip"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="UpdateButton" type="TextureButton" parent="CenterContainer/MainVBox/ButtonContainer" unique_id=1083550702]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("8_5mhvm")
|
||||
texture_pressed = ExtResource("9_6t5dt")
|
||||
texture_hover = ExtResource("9_6t5dt")
|
||||
stretch_mode = 0
|
||||
|
||||
[node name="Label" type="Label" parent="CenterContainer/MainVBox/ButtonContainer/UpdateButton" unique_id=692036465]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.48235294)
|
||||
theme_override_constants/shadow_offset_x = -1
|
||||
theme_override_constants/shadow_offset_y = 1
|
||||
theme_override_constants/shadow_outline_size = 0
|
||||
theme_override_fonts/font = ExtResource("4_17ab1")
|
||||
text = "Download Update"
|
||||
theme_override_font_sizes/font_size = 16
|
||||
text = "Update"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
Reference in New Issue
Block a user