You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
898 B

[gd_scene load_steps=2 format=3 uid="uid://8euefl26umu1"]
[ext_resource type="Script" path="res://scripts/End.gd" id="1_oljih"]
[node name="End" type="CanvasLayer"]
script = ExtResource("1_oljih")
metadata/_edit_use_anchors_ = true
[node name="CenterContainer" type="CenterContainer" parent="."]
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
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 1
theme_override_font_sizes/font_size = 72
text = "You Win!"
horizontal_alignment = 1
[node name="Label2" type="Button" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
text = "Play Again?"
[connection signal="button_up" from="CenterContainer/VBoxContainer/Label2" to="." method="_on_play"]