44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://dtyqaudcylb5s"]
|
|
|
|
[ext_resource type="Script" uid="uid://dsc7pk1wlo3lx" path="res://test/Scripts/game_over.gd" id="1_t2oom"]
|
|
[ext_resource type="Shader" uid="uid://cadv0cj23y7" path="res://test/materiais/new_shader.gdshader" id="1_tmww3"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_t2oom"]
|
|
shader = ExtResource("1_tmww3")
|
|
|
|
[node name="Game_over" type="CanvasLayer" unique_id=208691081]
|
|
process_mode = 3
|
|
script = ExtResource("1_t2oom")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="." unique_id=2031297656]
|
|
material = SubResource("ShaderMaterial_t2oom")
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=513960724]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -64.0
|
|
offset_top = -33.0
|
|
offset_right = 64.0
|
|
offset_bottom = 33.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Retry_button" type="Button" parent="VBoxContainer" unique_id=1992424068]
|
|
layout_mode = 2
|
|
text = "Retry"
|
|
|
|
[node name="Quit_button" type="Button" parent="VBoxContainer" unique_id=1539526167]
|
|
layout_mode = 2
|
|
text = "Quit Game"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Retry_button" to="." method="_on_retry_button_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/Quit_button" to="." method="_on_quit_button_pressed"]
|