2023-01-15 13:26:12 -05:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://d1ek3aw31vio2"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://GameOver.gd" id="1_2w7nc"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cyodm2ixiok7d" path="res://Images/Game_Over.png" id="2_guyua"]
|
|
|
|
|
|
|
|
[node name="GameOver" type="Node2D"]
|
|
|
|
script = ExtResource("1_2w7nc")
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
|
|
offset_left = -35.0
|
|
|
|
offset_top = -101.0
|
|
|
|
offset_right = 5.0
|
|
|
|
offset_bottom = -61.0
|
|
|
|
scale = Vector2(50, 50)
|
|
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
|
|
|
|
[node name="GameOver" type="Sprite2D" parent="."]
|
|
|
|
position = Vector2(536, 537)
|
|
|
|
scale = Vector2(8, 8)
|
|
|
|
texture = ExtResource("2_guyua")
|
|
|
|
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
wait_time = 2.0
|
|
|
|
one_shot = true
|
|
|
|
autostart = true
|
|
|
|
|
|
|
|
[node name="Restart" type="Button" parent="."]
|
2023-01-15 13:29:05 -05:00
|
|
|
visible = false
|
2023-01-15 13:26:12 -05:00
|
|
|
offset_left = 1265.0
|
|
|
|
offset_top = 352.0
|
|
|
|
offset_right = 1718.0
|
|
|
|
offset_bottom = 534.0
|
|
|
|
theme_override_font_sizes/font_size = 127
|
|
|
|
text = "Restart
|
|
|
|
"
|
|
|
|
|
|
|
|
[node name="Quit" type="Button" parent="."]
|
2023-01-15 13:29:05 -05:00
|
|
|
visible = false
|
2023-01-15 13:26:12 -05:00
|
|
|
offset_left = 1359.0
|
|
|
|
offset_top = 591.0
|
|
|
|
offset_right = 1628.0
|
|
|
|
offset_bottom = 769.0
|
|
|
|
theme_override_font_sizes/font_size = 124
|
|
|
|
text = "Quit"
|
|
|
|
|
2023-01-15 13:29:05 -05:00
|
|
|
[node name="GOLbl" type="Label" parent="."]
|
2023-01-15 13:26:12 -05:00
|
|
|
offset_left = 1103.0
|
|
|
|
offset_top = 29.0
|
|
|
|
offset_right = 1854.0
|
|
|
|
offset_bottom = 221.0
|
|
|
|
theme_override_font_sizes/font_size = 138
|
|
|
|
text = "Game Over"
|
|
|
|
|
2023-01-15 13:29:05 -05:00
|
|
|
[node name="Itwasalladream" type="Timer" parent="."]
|
|
|
|
wait_time = 4.0
|
|
|
|
one_shot = true
|
|
|
|
autostart = true
|
|
|
|
|
|
|
|
[node name="IWAaD" type="Label" parent="."]
|
|
|
|
visible = false
|
|
|
|
offset_left = 1282.0
|
|
|
|
offset_top = 864.0
|
|
|
|
offset_right = 1703.0
|
|
|
|
offset_bottom = 930.0
|
|
|
|
theme_override_font_sizes/font_size = 45
|
|
|
|
text = "It was all a dream..."
|
|
|
|
|
2023-01-15 13:26:12 -05:00
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|
|
|
|
[connection signal="pressed" from="Restart" to="." method="_on_restart_pressed"]
|
|
|
|
[connection signal="pressed" from="Quit" to="." method="_on_quit_pressed"]
|
2023-01-15 13:29:05 -05:00
|
|
|
[connection signal="timeout" from="Itwasalladream" to="." method="_on_itwasalladream_timeout"]
|