48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b8ij84rebg5qv"]
|
|
|
|
[ext_resource type="Script" path="res://MeniuGameOver.gd" id="1_l32sj"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xriu3"]
|
|
bg_color = Color(0.704192, 0.569313, 0.477543, 1)
|
|
|
|
[node name="MeniuGameOver" type="CanvasLayer"]
|
|
script = ExtResource("1_l32sj")
|
|
|
|
[node name="PanouGameOver" type="Panel" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -213.0
|
|
offset_top = -139.0
|
|
offset_right = 194.0
|
|
offset_bottom = 180.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_xriu3")
|
|
|
|
[node name="LabelCastigator" type="Label" parent="."]
|
|
anchors_preset = -1
|
|
anchor_left = 0.229
|
|
anchor_top = 0.326
|
|
anchor_right = 0.229
|
|
anchor_bottom = 0.326
|
|
offset_left = 30.548
|
|
offset_top = 62.112
|
|
offset_right = 385.548
|
|
offset_bottom = 113.112
|
|
theme_override_font_sizes/font_size = 27
|
|
text = "Text antrenament"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
offset_left = 294.0
|
|
offset_top = 438.0
|
|
offset_right = 441.0
|
|
offset_bottom = 501.0
|
|
text = "Restart"
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_buton_restart_pressed"]
|