64 lines
1.8 KiB
Plaintext
64 lines
1.8 KiB
Plaintext
[gd_scene format=3 uid="uid://nnycodg8wsiu"]
|
|
|
|
[ext_resource type="Script" uid="uid://d16obox44cgts" path="res://scripts/drifting/drifting_game_over.gd" id="1_uppju"]
|
|
[ext_resource type="Script" uid="uid://co0h6er0mkgyc" path="res://scripts/start_menu_buttons.gd" id="2_dkugd"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_ekxnf"]
|
|
font_size = 50
|
|
|
|
[node name="Drifting_Game_Over" type="Control" unique_id=2101009925]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_uppju")
|
|
|
|
[node name="BackgroundPanel" type="Panel" parent="." unique_id=995283712]
|
|
layout_mode = 1
|
|
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=1635776475]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -20.0
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/separation = 60
|
|
alignment = 1
|
|
|
|
[node name="Message" type="Label" parent="VBoxContainer" unique_id=2102328057]
|
|
custom_minimum_size = Vector2(1200, 0)
|
|
layout_mode = 2
|
|
text = "Final Message"
|
|
label_settings = SubResource("LabelSettings_ekxnf")
|
|
horizontal_alignment = 1
|
|
autowrap_mode = 2
|
|
|
|
[node name="Score" type="Label" parent="VBoxContainer" unique_id=2038603783]
|
|
layout_mode = 2
|
|
text = "Score"
|
|
label_settings = SubResource("LabelSettings_ekxnf")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="MenuButton" type="Button" parent="VBoxContainer" unique_id=108770272]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_font_sizes/font_size = 40
|
|
text = "Main Menu"
|
|
script = ExtResource("2_dkugd")
|
|
|
|
[connection signal="pressed" from="VBoxContainer/MenuButton" to="VBoxContainer/MenuButton" method="_on_pressed"]
|