[gd_scene load_steps=9 format=2] [ext_resource path="res://Main_Menu.gd" type="Script" id=1] [ext_resource path="res://assets/Titillium-Regular.otf" type="DynamicFontData" id=3] [sub_resource type="StreamTexture" id=1] flags = 4 load_path = "res://.import/Equirectangular.png-5fcd9b47184fa58d90f4eb61d0b0f6ae.stex" [sub_resource type="PanoramaSky" id=2] radiance_size = 0 panorama = SubResource( 1 ) [sub_resource type="Environment" id=3] background_mode = 2 background_sky = SubResource( 2 ) fog_height_min = 0.0 fog_height_max = 100.0 tonemap_mode = 3 ssao_quality = 0 dof_blur_far_amount = 0.08 glow_enabled = true glow_levels/1 = true glow_levels/2 = true glow_levels/5 = false glow_intensity = 1.0 glow_strength = 1.1 glow_blend_mode = 0 glow_bicubic_upscale = true [sub_resource type="Animation" id=4] length = 9.0 loop = true tracks/0/type = "value" tracks/0/path = NodePath("Main_Menu_Camera:rotation_degrees") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/imported = false tracks/0/enabled = true tracks/0/keys = { "times": PoolRealArray( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ), "transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ), "update": 0, "values": [ Vector3( 0, 0, 0 ), Vector3( 40, 40, 40 ), Vector3( 80, 80, 80 ), Vector3( 120, 120, 120 ), Vector3( 160, 160, 160 ), Vector3( 200, 200, 200 ), Vector3( 240, 240, 240 ), Vector3( 280, 280, 280 ), Vector3( 320, 320, 320 ), Vector3( 360, 360, 360 ) ] } tracks/1/type = "value" tracks/1/path = NodePath("World_Environment:environment:background_sky:panorama") tracks/1/interp = 1 tracks/1/loop_wrap = true tracks/1/imported = false tracks/1/enabled = true tracks/1/keys = { "times": PoolRealArray( 0 ), "transitions": PoolRealArray( 1 ), "update": 1, "values": [ SubResource( 1 ) ] } [sub_resource type="StyleBoxFlat" id=5] bg_color = Color( 0.199219, 0.199219, 0.199219, 1 ) border_width_left = 4 border_width_top = 4 border_width_right = 4 border_width_bottom = 4 border_color = Color( 0.0535583, 0.064363, 0.152344, 1 ) border_blend = true corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 corner_radius_bottom_left = 10 [sub_resource type="DynamicFont" id=6] size = 32 use_filter = true font_data = ExtResource( 3 ) [node name="Main_Menu" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 margin_top = -1.0 margin_bottom = -1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } testing_area_scene = "res://Testing_Area.tscn" [node name="Background_Animation" type="Spatial" parent="."] [node name="World_Environment" type="WorldEnvironment" parent="Background_Animation"] environment = SubResource( 3 ) [node name="Main_Menu_Camera" type="Camera" parent="Background_Animation"] [node name="Animation_Player" type="AnimationPlayer" parent="Background_Animation"] autoplay = "Background_Animation" playback_speed = 0.18 anims/Background_Animation = SubResource( 4 ) [node name="Start_Menu" type="Panel" parent="."] modulate = Color( 1, 1, 1, 0.901961 ) margin_right = 330.0 margin_bottom = 601.0 custom_styles/panel = SubResource( 5 ) __meta__ = { "_edit_use_anchors_": false } [node name="Title_Label" type="Label" parent="Start_Menu"] margin_left = 20.0 margin_top = 10.0 margin_right = 227.0 margin_bottom = 77.0 rect_scale = Vector2( 1.4, 1.4 ) custom_fonts/font = SubResource( 6 ) custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) custom_constants/shadow_offset_x = 3 custom_constants/shadow_offset_y = 3 text = "Revenant " align = 1 valign = 1 [node name="Button_Start" type="Button" parent="Start_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -155.0 margin_top = -250.0 margin_right = 155.0 margin_bottom = -200.0 custom_fonts/font = SubResource( 6 ) text = "Start game" __meta__ = { "_edit_use_anchors_": false } [node name="Button_Open_Godot" type="Button" parent="Start_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -155.0 margin_top = -190.0 margin_right = 156.0 margin_bottom = -140.0 custom_fonts/font = SubResource( 6 ) text = "Open website" [node name="Button_Options" type="Button" parent="Start_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -155.0 margin_top = -130.0 margin_right = 155.0 margin_bottom = -80.0 custom_fonts/font = SubResource( 6 ) text = "Options" [node name="Button_Quit" type="Button" parent="Start_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -155.0 margin_top = -70.0 margin_right = 155.0 margin_bottom = -20.0 custom_fonts/font = SubResource( 6 ) text = "Quit" [node name="Options_Menu" type="Panel" parent="."] visible = false modulate = Color( 1, 1, 1, 0.901961 ) margin_left = 0.205399 margin_top = -1.1171 margin_right = 330.205 margin_bottom = 600.883 custom_styles/panel = SubResource( 5 ) __meta__ = { "_edit_use_anchors_": false } [node name="Title_Label" type="Label" parent="Options_Menu"] margin_left = 20.0 margin_top = 10.0 margin_right = 227.0 margin_bottom = 53.0 rect_scale = Vector2( 1.4, 1.4 ) custom_fonts/font = SubResource( 6 ) custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) custom_constants/shadow_offset_x = 3 custom_constants/shadow_offset_y = 3 text = "Options" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="Label_Mouse_Sensitivity" type="Label" parent="Options_Menu"] margin_top = 118.413 margin_right = 330.0 margin_bottom = 150.413 custom_fonts/font = SubResource( 6 ) text = "Mouse sensitivity" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="HSlider_Mouse_Sensitivity" type="HSlider" parent="Options_Menu"] margin_left = 10.0 margin_top = 160.0 margin_right = 320.0 margin_bottom = 176.0 min_value = 1.0 max_value = 14.0 value = 8.0 __meta__ = { "_edit_use_anchors_": false } [node name="Check_Button_VSync" type="CheckButton" parent="Options_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -143.009 margin_top = -232.421 margin_right = 126.991 margin_bottom = -192.421 custom_fonts/font = SubResource( 6 ) pressed = true text = "V-Sync" [node name="Button_Fullscreen" type="Button" parent="Options_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -136.335 margin_top = -169.073 margin_right = 133.665 margin_bottom = -119.073 rect_pivot_offset = Vector2( 217.761, 1.22488 ) custom_fonts/font = SubResource( 6 ) text = "Fullscreen" [node name="Button_Keybind" type="Button" parent="Options_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -133.812 margin_top = -304.457 margin_right = 136.188 margin_bottom = -254.457 rect_pivot_offset = Vector2( 217.761, 1.22488 ) custom_fonts/font = SubResource( 6 ) text = "Keybinds" [node name="Check_Button_Debug" type="CheckButton" parent="Options_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -152.33 margin_top = -109.955 margin_right = 157.67 margin_bottom = -69.9548 custom_fonts/font = SubResource( 6 ) text = "Debug display" [node name="Button_Back" type="Button" parent="Options_Menu"] pause_mode = 1 anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -155.0 margin_top = -60.656 margin_right = 155.0 margin_bottom = -10.656 custom_fonts/font = SubResource( 6 ) text = "Back" [node name="Keybind_Menu" type="Panel" parent="."] visible = false modulate = Color( 1, 1, 1, 0.901961 ) margin_left = 336.38 margin_top = 0.334869 margin_right = 666.38 margin_bottom = 601.335 custom_styles/panel = SubResource( 5 ) __meta__ = { "_edit_use_anchors_": false } [node name="Title_Label" type="Label" parent="Keybind_Menu"] margin_left = 20.0 margin_top = 10.0 margin_right = 227.0 margin_bottom = 77.0 rect_scale = Vector2( 1.4, 1.4 ) custom_fonts/font = SubResource( 6 ) custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) custom_constants/shadow_offset_x = 3 custom_constants/shadow_offset_y = 3 text = "Keybinds " align = 1 valign = 1 [node name="Button_Save" type="Button" parent="Keybind_Menu"] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -155.0 margin_top = -70.0 margin_right = 155.0 margin_bottom = -20.0 custom_fonts/font = SubResource( 6 ) text = "Save" __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="Keybind_Menu"] margin_left = 4.0 margin_top = 59.0 margin_right = 320.0 margin_bottom = 503.0