104 lines
4 KiB
Text
104 lines
4 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://b17m8fgb3hhcn"]
|
|
|
|
[ext_resource type="Script" uid="uid://ekqrygb4eunr" path="res://scenes/ending.gd" id="1_2x1jc"]
|
|
[ext_resource type="Texture2D" uid="uid://jdfmarm0iilr" path="res://assets/ending.png" id="1_mqjok"]
|
|
|
|
[node name="Ending" type="Control" node_paths=PackedStringArray("server_box", "score_label", "ending_text")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_2x1jc")
|
|
server_box = NodePath("MarginContainer/PanelContainer/MarginContainer/VBoxContainer/botnet display")
|
|
score_label = NodePath("MarginContainer/PanelContainer/MarginContainer/VBoxContainer/ScoreL")
|
|
ending_text = NodePath("MarginContainer/PanelContainer/MarginContainer/VBoxContainer/ending_text")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
z_index = -3
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
texture = ExtResource("1_mqjok")
|
|
expand_mode = 3
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
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 = 250
|
|
theme_override_constants/margin_top = 100
|
|
theme_override_constants/margin_right = 250
|
|
theme_override_constants/margin_bottom = 100
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/PanelContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 5
|
|
theme_override_constants/margin_top = 5
|
|
theme_override_constants/margin_right = 5
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
bbcode_enabled = true
|
|
text = "[center][font_size=50][wave]meow!!"
|
|
fit_content = true
|
|
|
|
[node name="ending_text" type="Label" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "You launch your botnet filling the internet with catgirls!"
|
|
horizontal_alignment = 1
|
|
autowrap_mode = 2
|
|
|
|
[node name="botnet display" type="HFlowContainer" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/h_separation = 8
|
|
theme_override_constants/v_separation = 8
|
|
alignment = 1
|
|
|
|
[node name="ScoreL" type="Label" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "5 machines + $1234"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="RichTextLabel2" type="RichTextLabel" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
bbcode_enabled = true
|
|
text = "[wave][color=orchid][center]Thanks for playing :3"
|
|
fit_content = true
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HomeButton" type="Button" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Return to Menu"
|
|
|
|
[node name="CreditsButton" type="Button" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
modulate = Color(1, 0.44313726, 1, 1)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "View Credits"
|
|
|
|
[connection signal="pressed" from="MarginContainer/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/HomeButton" to="." method="_on_reset_button_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/CreditsButton" to="." method="_on_credits_button_pressed"]
|