2022-10-04 10:03:41 +00:00
|
|
|
[gd_scene load_steps=12 format=2]
|
2022-10-02 22:44:58 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://Scripts/Play.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://Sprites/Play_again_button.png" type="Texture" id=2]
|
|
|
|
[ext_resource path="res://Sprites/menu_button.png" type="Texture" id=3]
|
|
|
|
[ext_resource path="res://Fonts/BADABB__.TTF" type="DynamicFontData" id=4]
|
|
|
|
[ext_resource path="res://Sprites/Ending.png" type="Texture" id=5]
|
|
|
|
[ext_resource path="res://Music/Music_Changer.gd" type="Script" id=6]
|
|
|
|
[ext_resource path="res://Sprites/Music_On.png" type="Texture" id=7]
|
2022-10-02 23:26:06 +00:00
|
|
|
[ext_resource path="res://Fonts/Life is goofy.ttf" type="DynamicFontData" id=8]
|
2022-10-04 10:03:41 +00:00
|
|
|
[ext_resource path="res://Scripts/Time_Display.gd" type="Script" id=9]
|
2022-10-02 22:44:58 +00:00
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
|
|
size = 80
|
|
|
|
font_data = ExtResource( 4 )
|
|
|
|
|
2022-10-02 23:26:06 +00:00
|
|
|
[sub_resource type="DynamicFont" id=2]
|
2022-10-04 10:03:41 +00:00
|
|
|
size = 90
|
2022-10-02 23:26:06 +00:00
|
|
|
font_data = ExtResource( 8 )
|
|
|
|
|
2022-10-02 22:44:58 +00:00
|
|
|
[node name="Panel" type="Panel"]
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 600.0
|
|
|
|
rect_pivot_offset = Vector2( -488, 0 )
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
|
|
position = Vector2( 512, 300 )
|
|
|
|
texture = ExtResource( 5 )
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
modulate = Color( 0, 0, 0, 1 )
|
|
|
|
margin_left = 299.0
|
|
|
|
margin_top = 54.0
|
|
|
|
margin_right = 985.0
|
|
|
|
margin_bottom = 140.0
|
|
|
|
custom_fonts/font = SubResource( 1 )
|
|
|
|
text = "You lost!"
|
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="Play" type="Button" parent="."]
|
|
|
|
margin_left = 28.0
|
|
|
|
margin_top = 220.0
|
|
|
|
margin_right = 265.0
|
|
|
|
margin_bottom = 326.0
|
|
|
|
icon = ExtResource( 2 )
|
|
|
|
flat = true
|
|
|
|
|
|
|
|
[node name="Menu" type="Button" parent="."]
|
|
|
|
margin_left = 31.0
|
|
|
|
margin_top = 344.0
|
|
|
|
margin_right = 268.0
|
|
|
|
margin_bottom = 450.0
|
|
|
|
icon = ExtResource( 3 )
|
|
|
|
flat = true
|
|
|
|
|
|
|
|
[node name="Title" type="AudioStreamPlayer" parent="."]
|
|
|
|
script = ExtResource( 6 )
|
|
|
|
|
|
|
|
[node name="Mute" type="Button" parent="."]
|
|
|
|
margin_left = 108.0
|
|
|
|
margin_top = 44.0
|
|
|
|
margin_right = 187.0
|
|
|
|
margin_bottom = 117.0
|
|
|
|
icon = ExtResource( 7 )
|
|
|
|
flat = true
|
2022-10-02 23:26:06 +00:00
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
|
|
modulate = Color( 0, 0, 0, 1 )
|
2022-10-04 10:03:41 +00:00
|
|
|
margin_left = 297.0
|
|
|
|
margin_top = 308.0
|
|
|
|
margin_right = 993.0
|
|
|
|
margin_bottom = 368.0
|
2022-10-02 23:26:06 +00:00
|
|
|
custom_fonts/font = SubResource( 2 )
|
2022-10-04 10:03:41 +00:00
|
|
|
text = "60 minutes and 60 seconds"
|
|
|
|
align = 1
|
|
|
|
script = ExtResource( 9 )
|