meat_madness_redux/godot/screens/EndScreen_Planet.tscn

174 lines
5.6 KiB
Plaintext

[gd_scene load_steps=15 format=2]
[ext_resource path="res://assets/title_font.tres" type="DynamicFont" id=1]
[ext_resource path="res://effects/grainy_shader.tscn" type="PackedScene" id=2]
[ext_resource path="res://assets/meat_bore/meat_tunnel_top.tscn" type="PackedScene" id=3]
[ext_resource path="res://assets/meat_bore/meat_module/meat_module.tscn" type="PackedScene" id=4]
[ext_resource path="res://screens/EndMenu.gd" type="Script" id=5]
[ext_resource path="res://assets/audio/menu_music.ogg" type="AudioStream" id=6]
[ext_resource path="res://assets/audio/button_press.ogg" type="AudioStream" id=7]
[ext_resource path="res://assets/ui_theme.tres" type="Theme" id=8]
[ext_resource path="res://assets/meat_bore/meat_module/meat_module_outside_walls_1.png" type="Texture" id=9]
[ext_resource path="res://effects/WorldEnvironment.tscn" type="PackedScene" id=10]
[ext_resource path="res://assets/Starbox3.png" type="Texture" id=11]
[sub_resource type="Animation" id=4]
resource_name = "camera descend"
length = 60.0
loop = true
tracks/0/type = "transform"
tracks/0/path = NodePath(".")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = PoolRealArray( 0, 1, 0, 50, 0, 0.0945714, 0.700754, 0.700754, -0.0945714, 1, 1, 1, 30, 1, 0, -50, 0, -0.707107, 6.18172e-08, 6.18172e-08, 0.707107, 1, 1, 1, 59.2, 1, 0, 50, 0, 0.0945714, 0.700754, 0.700754, -0.0945714, 1, 1, 1 )
[sub_resource type="PanoramaSky" id=5]
panorama = ExtResource( 11 )
[sub_resource type="Environment" id=3]
background_mode = 2
background_sky = SubResource( 5 )
ambient_light_color = Color( 0.329412, 0.231373, 0.231373, 1 )
ambient_light_sky_contribution = 0.0
fog_enabled = true
fog_color = Color( 0.0117647, 0.0156863, 0.0156863, 1 )
fog_sun_color = Color( 0.639216, 0.541176, 0.345098, 1 )
fog_depth_begin = 0.0
fog_depth_end = 73.5
fog_depth_curve = 0.933033
fog_transmit_enabled = true
fog_transmit_curve = 1.03526
auto_exposure_min_luma = 0.58
auto_exposure_max_luma = 4.5
auto_exposure_speed = 0.63
ssao_enabled = true
ssao_radius2 = 2.0
ssao_bias = 0.05
dof_blur_far_distance = 5.0
dof_blur_near_enabled = true
dof_blur_near_distance = 1.33
dof_blur_near_amount = 0.66
dof_blur_near_quality = 2
glow_enabled = true
glow_bloom = 1.0
[node name="endscreen_planet" type="Spatial"]
[node name="void" type="OmniLight" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -128.2, 0 )
light_energy = 300.0
light_indirect_energy = 300.0
light_negative = true
light_specular = 0.0
omni_range = 30.0
[node name="Camera" type="Camera" parent="."]
transform = Transform( -0.964225, 0.265085, 0, 0, 0, 1, 0.265085, 0.964225, 0, 0, 50, 0 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="Camera"]
autoplay = "camera descend"
playback_speed = 0.75
"anims/camera descend" = SubResource( 4 )
[node name="meat_tunnel_top" parent="." instance=ExtResource( 3 )]
[node name="meat_module_1" parent="." instance=ExtResource( 4 )]
texture = ExtResource( 9 )
[node name="LessFogWorldEnvironment" parent="." instance=ExtResource( 10 )]
environment = SubResource( 3 )
[node name="EndMenu" type="Control" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -20.0
margin_top = -20.0
margin_right = 20.0
margin_bottom = 20.0
theme = ExtResource( 8 )
script = ExtResource( 5 )
[node name="Title" type="Label" parent="EndMenu"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -512.0
margin_top = -396.0
margin_right = 172.0
margin_bottom = -332.0
rect_scale = Vector2( 1.5, 1.5 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_outline_modulate = Color( 0, 0, 0, 1 )
custom_constants/shadow_offset_x = 10
custom_fonts/font = ExtResource( 1 )
text = "MEAT MADNESS"
align = 1
[node name="ButtonContainer" type="VBoxContainer" parent="EndMenu"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -150.0
margin_top = -175.0
margin_right = 150.0
margin_bottom = 175.0
theme = ExtResource( 8 )
custom_constants/separation = 10
[node name="PlayButton" type="Button" parent="EndMenu/ButtonContainer"]
margin_right = 300.0
margin_bottom = 80.0
size_flags_vertical = 3
text = "Play Again"
[node name="MenuButton" type="Button" parent="EndMenu/ButtonContainer"]
margin_top = 90.0
margin_right = 300.0
margin_bottom = 170.0
size_flags_vertical = 3
text = "Main Menu"
[node name="Credits" type="Button" parent="EndMenu/ButtonContainer"]
margin_top = 180.0
margin_right = 300.0
margin_bottom = 260.0
size_flags_vertical = 3
text = "Credits"
[node name="QuitButton" type="Button" parent="EndMenu/ButtonContainer"]
margin_top = 270.0
margin_right = 300.0
margin_bottom = 350.0
size_flags_vertical = 3
text = "Quit"
[node name="BlackoutScreen" type="CanvasLayer" parent="EndMenu"]
layer = 2
visible = false
[node name="ColorRect" type="ColorRect" parent="EndMenu/BlackoutScreen"]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
[node name="MenuMusic" type="AudioStreamPlayer" parent="EndMenu"]
stream = ExtResource( 6 )
volume_db = -7.0
autoplay = true
[node name="BlackoutSound" type="AudioStreamPlayer" parent="EndMenu"]
stream = ExtResource( 7 )
[node name="grainy_shader" parent="EndMenu" instance=ExtResource( 2 )]
[connection signal="pressed" from="EndMenu/ButtonContainer/PlayButton" to="EndMenu" method="_on_PlayButton_pressed"]
[connection signal="pressed" from="EndMenu/ButtonContainer/MenuButton" to="EndMenu" method="_on_MenuButton_pressed"]
[connection signal="pressed" from="EndMenu/ButtonContainer/Credits" to="EndMenu" method="_on_Credits_pressed"]
[connection signal="pressed" from="EndMenu/ButtonContainer/QuitButton" to="EndMenu" method="_on_QuitButton_pressed"]