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.
44 lines
1.1 KiB
44 lines
1.1 KiB
[gd_scene load_steps=3 format=3 uid="uid://tb03t1t5hcxs"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/change_scene_button.gd" id="1_ajo3i"]
|
|
[ext_resource type="Script" path="res://scripts/ui/quit_button.gd" id="2_6iycq"]
|
|
|
|
[node name="win_screen" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 1920.0
|
|
offset_bottom = 1080.0
|
|
|
|
[node name="Label" type="Label" parent="Panel"]
|
|
layout_mode = 0
|
|
offset_right = 1912.0
|
|
offset_bottom = 376.0
|
|
text = "You won"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Button" type="Button" parent="Panel"]
|
|
layout_mode = 0
|
|
offset_left = 800.0
|
|
offset_top = 744.0
|
|
offset_right = 1144.0
|
|
offset_bottom = 840.0
|
|
text = "Play Again"
|
|
script = ExtResource("1_ajo3i")
|
|
TARGET_SCENE = "res://scenes/main_menu.tscn"
|
|
|
|
[node name="quit" type="Button" parent="Panel"]
|
|
layout_mode = 0
|
|
offset_left = 629.0
|
|
offset_top = 875.0
|
|
offset_right = 1284.0
|
|
offset_bottom = 952.0
|
|
text = "Quit"
|
|
script = ExtResource("2_6iycq")
|
|
|