180 lines
4.5 KiB
Text
180 lines
4.5 KiB
Text
|
|
[gd_scene load_steps=2 format=3]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://scripts/prologue/act2_install.gd" id="1_act2"]
|
||
|
|
|
||
|
|
[node name="Act2Install" type="Control"]
|
||
|
|
layout_mode = 3
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
script = ExtResource("1_act2")
|
||
|
|
|
||
|
|
[node name="Desktop" type="ColorRect" parent="."]
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
color = Color(0.04, 0.08, 0.18, 1)
|
||
|
|
|
||
|
|
[node name="FourSquares" type="Control" parent="."]
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
|
||
|
|
[node name="LogoText" type="Label" parent="FourSquares"]
|
||
|
|
offset_left = 0.0
|
||
|
|
offset_top = 130.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 160.0
|
||
|
|
text = "ШИНДОВС 9"
|
||
|
|
horizontal_alignment = 1
|
||
|
|
modulate = Color(0.94, 0.94, 0.94, 1)
|
||
|
|
|
||
|
|
[node name="SqRed" type="ColorRect" parent="FourSquares"]
|
||
|
|
offset_left = 290.0
|
||
|
|
offset_top = 170.0
|
||
|
|
offset_right = 314.0
|
||
|
|
offset_bottom = 194.0
|
||
|
|
color = Color(0.9, 0.2, 0.2, 1)
|
||
|
|
|
||
|
|
[node name="SqGreen" type="ColorRect" parent="FourSquares"]
|
||
|
|
offset_left = 316.0
|
||
|
|
offset_top = 170.0
|
||
|
|
offset_right = 340.0
|
||
|
|
offset_bottom = 194.0
|
||
|
|
color = Color(0.2, 0.78, 0.3, 1)
|
||
|
|
|
||
|
|
[node name="SqBlue" type="ColorRect" parent="FourSquares"]
|
||
|
|
offset_left = 290.0
|
||
|
|
offset_top = 196.0
|
||
|
|
offset_right = 314.0
|
||
|
|
offset_bottom = 220.0
|
||
|
|
color = Color(0.2, 0.4, 0.9, 1)
|
||
|
|
|
||
|
|
[node name="SqYellow" type="ColorRect" parent="FourSquares"]
|
||
|
|
offset_left = 316.0
|
||
|
|
offset_top = 196.0
|
||
|
|
offset_right = 340.0
|
||
|
|
offset_bottom = 220.0
|
||
|
|
color = Color(0.94, 0.71, 0.1, 1)
|
||
|
|
|
||
|
|
[node name="BootHint" type="Label" parent="FourSquares"]
|
||
|
|
offset_left = 0.0
|
||
|
|
offset_top = 240.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 260.0
|
||
|
|
text = "Подготовка установки…"
|
||
|
|
horizontal_alignment = 1
|
||
|
|
modulate = Color(0.7, 0.7, 0.7, 1)
|
||
|
|
|
||
|
|
[node name="Center" type="CenterContainer" parent="."]
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
|
||
|
|
[node name="Window" type="PanelContainer" parent="Center"]
|
||
|
|
custom_minimum_size = Vector2(540, 300)
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="V" type="VBoxContainer" parent="Center/Window"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="TitleBar" type="PanelContainer" parent="Center/Window/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="Title" type="Label" parent="Center/Window/V/TitleBar"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Шиндовс 9 — Установка"
|
||
|
|
horizontal_alignment = 1
|
||
|
|
modulate = Color(0.94, 0.71, 0.1, 1)
|
||
|
|
|
||
|
|
[node name="Body" type="RichTextLabel" parent="Center/Window/V"]
|
||
|
|
custom_minimum_size = Vector2(520, 160)
|
||
|
|
layout_mode = 2
|
||
|
|
bbcode_enabled = true
|
||
|
|
fit_content = true
|
||
|
|
scroll_active = true
|
||
|
|
text = ""
|
||
|
|
|
||
|
|
[node name="Input" type="LineEdit" parent="Center/Window/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
placeholder_text = "..."
|
||
|
|
max_length = 24
|
||
|
|
|
||
|
|
[node name="InputHint" type="Label" parent="Center/Window/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = ""
|
||
|
|
autowrap_mode = 3
|
||
|
|
modulate = Color(0.55, 0.55, 0.55, 1)
|
||
|
|
|
||
|
|
[node name="CheckBoxNoPwd" type="CheckBox" parent="Center/Window/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Без пароля"
|
||
|
|
|
||
|
|
[node name="TimeZone" type="OptionButton" parent="Center/Window/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="ErrorLabel" type="Label" parent="Center/Window/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = ""
|
||
|
|
modulate = Color(0.85, 0.16, 0.16, 1)
|
||
|
|
|
||
|
|
[node name="Progress" type="ProgressBar" parent="Center/Window/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
max_value = 100.0
|
||
|
|
show_percentage = true
|
||
|
|
|
||
|
|
[node name="Buttons" type="HBoxContainer" parent="Center/Window/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
alignment = 2
|
||
|
|
|
||
|
|
[node name="BtnB" type="Button" parent="Center/Window/V/Buttons"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Читать"
|
||
|
|
|
||
|
|
[node name="BtnA" type="Button" parent="Center/Window/V/Buttons"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Принять"
|
||
|
|
|
||
|
|
[node name="WelcomeScreen" type="Control" parent="."]
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
visible = false
|
||
|
|
|
||
|
|
[node name="BG" type="ColorRect" parent="WelcomeScreen"]
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
color = Color(0.04, 0.08, 0.18, 1)
|
||
|
|
|
||
|
|
[node name="V" type="VBoxContainer" parent="WelcomeScreen"]
|
||
|
|
offset_left = 0.0
|
||
|
|
offset_top = 130.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 240.0
|
||
|
|
alignment = 1
|
||
|
|
|
||
|
|
[node name="WelcomeText" type="Label" parent="WelcomeScreen/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Добро пожаловать."
|
||
|
|
horizontal_alignment = 1
|
||
|
|
modulate = Color(0.94, 0.94, 0.94, 1)
|
||
|
|
|
||
|
|
[node name="Hint" type="Label" parent="WelcomeScreen/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = ""
|
||
|
|
horizontal_alignment = 1
|
||
|
|
modulate = Color(0.7, 0.7, 0.7, 1)
|
||
|
|
|
||
|
|
[node name="LaunchSteme" type="Button" parent="WelcomeScreen/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Запустить стеме"
|
||
|
|
|
||
|
|
[connection signal="pressed" from="WelcomeScreen/V/LaunchSteme" to="." method="_on_launch_steme"]
|