72 lines
2.2 KiB
Plaintext
72 lines
2.2 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c1mmuuwcfwqj"]
|
|
|
|
[ext_resource type="Theme" uid="uid://b8egvkt2yaoqp" path="res://program.tres" id="1_qyds8"]
|
|
[ext_resource type="Script" uid="uid://bdkn652vxxxjc" path="res://VictoryScreen.cs" id="2_r8dr5"]
|
|
|
|
[node name="VictoryScreen" type="Control" node_paths=PackedStringArray("ContinueButton", "StatsLabel")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_qyds8")
|
|
script = ExtResource("2_r8dr5")
|
|
ContinueButton = NodePath("VBoxContainer/MarginContainer3/Continue")
|
|
StatsLabel = NodePath("VBoxContainer/MarginContainerStats/StatsRichText")
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
modulate = Color(0, 5.1329317, 4.9690166, 0.5019608)
|
|
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="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 64
|
|
text = "Program completed"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label2" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Let's see how you progressed:"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="MarginContainerStats" type="MarginContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/margin_top = 20
|
|
theme_override_constants/margin_bottom = 20
|
|
|
|
[node name="StatsRichText" type="RichTextLabel" parent="VBoxContainer/MarginContainerStats"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
text = "[b]Execution report[/b]
|
|
The operation failed successfully!"
|
|
autowrap_mode = 2
|
|
horizontal_alignment = 1
|
|
|
|
[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 8
|
|
theme_override_constants/margin_bottom = 40
|
|
|
|
[node name="Continue" type="Button" parent="VBoxContainer/MarginContainer3"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 100)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 8
|
|
text = "Continue"
|