1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-11-22 06:44:18 +00:00
office-madness/Scenes/Ending.tscn
2022-10-03 01:26:06 +02:00

87 lines
2.1 KiB
Text

[gd_scene load_steps=11 format=2]
[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]
[ext_resource path="res://Fonts/Life is goofy.ttf" type="DynamicFontData" id=8]
[sub_resource type="DynamicFont" id=1]
size = 80
font_data = ExtResource( 4 )
[sub_resource type="DynamicFont" id=2]
size = 35
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 8 )
[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
[node name="Label2" type="Label" parent="."]
modulate = Color( 0, 0, 0, 1 )
margin_left = 302.0
margin_top = 160.0
margin_right = 681.0
margin_bottom = 577.0
custom_fonts/font = SubResource( 2 )
text = "Music by Kevin Macleod (incompetech.com)
Sound by FreeSound
Made by Cookie-CHR for Ludum Dare 51"