Files
Aula-Godot-3D/prefabs/Telas/pause.tscn
T
2026-05-27 09:44:13 -03:00

60 lines
2.0 KiB
Plaintext

[gd_scene format=3 uid="uid://bq4jr380dns8j"]
[ext_resource type="Script" uid="uid://40tuulq1cqaj" path="res://test/Scripts/pause.gd" id="1_iq5iu"]
[ext_resource type="Shader" uid="uid://cadv0cj23y7" path="res://test/materiais/new_shader.gdshader" id="2_sj5ki"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_7hqld"]
shader = ExtResource("2_sj5ki")
[sub_resource type="Theme" id="Theme_dfc2f"]
[node name="Pause" type="CanvasLayer" unique_id=1377105863]
process_mode = 3
script = ExtResource("1_iq5iu")
[node name="ColorRect" type="ColorRect" parent="." unique_id=1482826602]
material = SubResource("ShaderMaterial_7hqld")
offset_right = 1151.0
offset_bottom = 651.0
size_flags_vertical = 4
theme = SubResource("Theme_dfc2f")
[node name="BoxContainer" type="BoxContainer" parent="." unique_id=920077710]
offset_right = 216.0
offset_bottom = 50.0
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=652322429]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -63.5
offset_top = -50.5
offset_right = 63.5
offset_bottom = 50.5
grow_horizontal = 2
grow_vertical = 2
size_flags_vertical = 4
[node name="Continued_button" type="Button" parent="VBoxContainer" unique_id=125597257]
layout_mode = 2
text = "Continued"
[node name="Menu" type="Button" parent="VBoxContainer" unique_id=1808262501]
layout_mode = 2
text = "Menu"
[node name="Retry_button" type="Button" parent="VBoxContainer" unique_id=5830091]
layout_mode = 2
text = "Retry"
[node name="Quit_button" type="Button" parent="VBoxContainer" unique_id=1481332859]
layout_mode = 2
text = "Quit"
[connection signal="pressed" from="VBoxContainer/Continued_button" to="." method="_on_continued_button_pressed"]
[connection signal="pressed" from="VBoxContainer/Menu" to="." method="_on_menu_pressed"]
[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"]