[f7b09c8] | 1 | [gd_scene load_steps=9 format=2]
|
---|
| 2 |
|
---|
| 3 | [ext_resource path="res://Main_Menu.gd" type="Script" id=1]
|
---|
| 4 | [ext_resource path="res://assets/Titillium-Regular.otf" type="DynamicFontData" id=3]
|
---|
| 5 |
|
---|
| 6 | [sub_resource type="StreamTexture" id=1]
|
---|
| 7 | flags = 4
|
---|
| 8 | load_path = "res://.import/Equirectangular.png-5fcd9b47184fa58d90f4eb61d0b0f6ae.stex"
|
---|
| 9 |
|
---|
| 10 | [sub_resource type="PanoramaSky" id=2]
|
---|
| 11 | radiance_size = 0
|
---|
| 12 | panorama = SubResource( 1 )
|
---|
| 13 |
|
---|
| 14 | [sub_resource type="Environment" id=3]
|
---|
| 15 | background_mode = 2
|
---|
| 16 | background_sky = SubResource( 2 )
|
---|
| 17 | fog_height_min = 0.0
|
---|
| 18 | fog_height_max = 100.0
|
---|
| 19 | tonemap_mode = 3
|
---|
| 20 | ssao_quality = 0
|
---|
| 21 | dof_blur_far_amount = 0.08
|
---|
| 22 | glow_enabled = true
|
---|
| 23 | glow_levels/1 = true
|
---|
| 24 | glow_levels/2 = true
|
---|
| 25 | glow_levels/5 = false
|
---|
| 26 | glow_intensity = 1.0
|
---|
| 27 | glow_strength = 1.1
|
---|
| 28 | glow_blend_mode = 0
|
---|
| 29 | glow_bicubic_upscale = true
|
---|
| 30 |
|
---|
| 31 | [sub_resource type="Animation" id=4]
|
---|
| 32 | length = 9.0
|
---|
| 33 | loop = true
|
---|
| 34 | tracks/0/type = "value"
|
---|
| 35 | tracks/0/path = NodePath("Main_Menu_Camera:rotation_degrees")
|
---|
| 36 | tracks/0/interp = 1
|
---|
| 37 | tracks/0/loop_wrap = true
|
---|
| 38 | tracks/0/imported = false
|
---|
| 39 | tracks/0/enabled = true
|
---|
| 40 | tracks/0/keys = {
|
---|
| 41 | "times": PoolRealArray( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ),
|
---|
| 42 | "transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ),
|
---|
| 43 | "update": 0,
|
---|
| 44 | "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 ) ]
|
---|
| 45 | }
|
---|
| 46 | tracks/1/type = "value"
|
---|
| 47 | tracks/1/path = NodePath("World_Environment:environment:background_sky:panorama")
|
---|
| 48 | tracks/1/interp = 1
|
---|
| 49 | tracks/1/loop_wrap = true
|
---|
| 50 | tracks/1/imported = false
|
---|
| 51 | tracks/1/enabled = true
|
---|
| 52 | tracks/1/keys = {
|
---|
| 53 | "times": PoolRealArray( 0 ),
|
---|
| 54 | "transitions": PoolRealArray( 1 ),
|
---|
| 55 | "update": 1,
|
---|
| 56 | "values": [ SubResource( 1 ) ]
|
---|
| 57 | }
|
---|
| 58 |
|
---|
| 59 | [sub_resource type="StyleBoxFlat" id=5]
|
---|
| 60 | bg_color = Color( 0.199219, 0.199219, 0.199219, 1 )
|
---|
| 61 | border_width_left = 4
|
---|
| 62 | border_width_top = 4
|
---|
| 63 | border_width_right = 4
|
---|
| 64 | border_width_bottom = 4
|
---|
| 65 | border_color = Color( 0.0535583, 0.064363, 0.152344, 1 )
|
---|
| 66 | border_blend = true
|
---|
| 67 | corner_radius_top_left = 10
|
---|
| 68 | corner_radius_top_right = 10
|
---|
| 69 | corner_radius_bottom_right = 10
|
---|
| 70 | corner_radius_bottom_left = 10
|
---|
| 71 |
|
---|
| 72 | [sub_resource type="DynamicFont" id=6]
|
---|
| 73 | size = 32
|
---|
| 74 | use_filter = true
|
---|
| 75 | font_data = ExtResource( 3 )
|
---|
| 76 |
|
---|
| 77 | [node name="Main_Menu" type="Control"]
|
---|
| 78 | anchor_right = 1.0
|
---|
| 79 | anchor_bottom = 1.0
|
---|
[ef2ca13] | 80 | margin_top = -3.24492
|
---|
| 81 | margin_bottom = -3.24493
|
---|
[f7b09c8] | 82 | script = ExtResource( 1 )
|
---|
| 83 | __meta__ = {
|
---|
| 84 | "_edit_use_anchors_": false
|
---|
| 85 | }
|
---|
| 86 | testing_area_scene = "res://Testing_Area.tscn"
|
---|
| 87 |
|
---|
| 88 | [node name="Background_Animation" type="Spatial" parent="."]
|
---|
| 89 |
|
---|
| 90 | [node name="World_Environment" type="WorldEnvironment" parent="Background_Animation"]
|
---|
| 91 | environment = SubResource( 3 )
|
---|
| 92 |
|
---|
| 93 | [node name="Main_Menu_Camera" type="Camera" parent="Background_Animation"]
|
---|
| 94 |
|
---|
| 95 | [node name="Animation_Player" type="AnimationPlayer" parent="Background_Animation"]
|
---|
| 96 | autoplay = "Background_Animation"
|
---|
| 97 | playback_speed = 0.18
|
---|
| 98 | anims/Background_Animation = SubResource( 4 )
|
---|
| 99 |
|
---|
| 100 | [node name="Start_Menu" type="Panel" parent="."]
|
---|
| 101 | modulate = Color( 1, 1, 1, 0.901961 )
|
---|
| 102 | margin_right = 330.0
|
---|
| 103 | margin_bottom = 601.0
|
---|
| 104 | custom_styles/panel = SubResource( 5 )
|
---|
[aa1db83] | 105 | __meta__ = {
|
---|
| 106 | "_edit_use_anchors_": false
|
---|
| 107 | }
|
---|
[f7b09c8] | 108 |
|
---|
| 109 | [node name="Title_Label" type="Label" parent="Start_Menu"]
|
---|
| 110 | margin_left = 20.0
|
---|
| 111 | margin_top = 10.0
|
---|
| 112 | margin_right = 227.0
|
---|
| 113 | margin_bottom = 77.0
|
---|
| 114 | rect_scale = Vector2( 1.4, 1.4 )
|
---|
| 115 | custom_fonts/font = SubResource( 6 )
|
---|
| 116 | custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
|
---|
| 117 | custom_constants/shadow_offset_x = 3
|
---|
| 118 | custom_constants/shadow_offset_y = 3
|
---|
| 119 | text = "Revenant
|
---|
| 120 | "
|
---|
| 121 | align = 1
|
---|
| 122 | valign = 1
|
---|
[cc65f28] | 123 | __meta__ = {
|
---|
| 124 | "_edit_use_anchors_": false
|
---|
| 125 | }
|
---|
[f7b09c8] | 126 |
|
---|
| 127 | [node name="Button_Start" type="Button" parent="Start_Menu"]
|
---|
| 128 | anchor_left = 0.5
|
---|
| 129 | anchor_top = 1.0
|
---|
| 130 | anchor_right = 0.5
|
---|
| 131 | anchor_bottom = 1.0
|
---|
| 132 | margin_left = -155.0
|
---|
| 133 | margin_top = -250.0
|
---|
| 134 | margin_right = 155.0
|
---|
| 135 | margin_bottom = -200.0
|
---|
| 136 | custom_fonts/font = SubResource( 6 )
|
---|
| 137 | text = "Start game"
|
---|
| 138 | __meta__ = {
|
---|
| 139 | "_edit_use_anchors_": false
|
---|
| 140 | }
|
---|
| 141 |
|
---|
| 142 | [node name="Button_Open_Godot" type="Button" parent="Start_Menu"]
|
---|
| 143 | anchor_left = 0.5
|
---|
| 144 | anchor_top = 1.0
|
---|
| 145 | anchor_right = 0.5
|
---|
| 146 | anchor_bottom = 1.0
|
---|
| 147 | margin_left = -155.0
|
---|
| 148 | margin_top = -190.0
|
---|
| 149 | margin_right = 156.0
|
---|
| 150 | margin_bottom = -140.0
|
---|
| 151 | custom_fonts/font = SubResource( 6 )
|
---|
| 152 | text = "Open website"
|
---|
| 153 |
|
---|
| 154 | [node name="Button_Options" type="Button" parent="Start_Menu"]
|
---|
| 155 | anchor_left = 0.5
|
---|
| 156 | anchor_top = 1.0
|
---|
| 157 | anchor_right = 0.5
|
---|
| 158 | anchor_bottom = 1.0
|
---|
| 159 | margin_left = -155.0
|
---|
| 160 | margin_top = -130.0
|
---|
| 161 | margin_right = 155.0
|
---|
| 162 | margin_bottom = -80.0
|
---|
| 163 | custom_fonts/font = SubResource( 6 )
|
---|
| 164 | text = "Options"
|
---|
| 165 |
|
---|
| 166 | [node name="Button_Quit" type="Button" parent="Start_Menu"]
|
---|
| 167 | anchor_left = 0.5
|
---|
| 168 | anchor_top = 1.0
|
---|
| 169 | anchor_right = 0.5
|
---|
| 170 | anchor_bottom = 1.0
|
---|
| 171 | margin_left = -155.0
|
---|
| 172 | margin_top = -70.0
|
---|
| 173 | margin_right = 155.0
|
---|
| 174 | margin_bottom = -20.0
|
---|
| 175 | custom_fonts/font = SubResource( 6 )
|
---|
| 176 | text = "Quit"
|
---|
| 177 |
|
---|
| 178 | [node name="Options_Menu" type="Panel" parent="."]
|
---|
| 179 | visible = false
|
---|
| 180 | modulate = Color( 1, 1, 1, 0.901961 )
|
---|
| 181 | margin_left = 0.205399
|
---|
[aa1db83] | 182 | margin_top = -1.1171
|
---|
[f7b09c8] | 183 | margin_right = 330.205
|
---|
[aa1db83] | 184 | margin_bottom = 600.883
|
---|
[f7b09c8] | 185 | custom_styles/panel = SubResource( 5 )
|
---|
| 186 | __meta__ = {
|
---|
| 187 | "_edit_use_anchors_": false
|
---|
| 188 | }
|
---|
| 189 |
|
---|
| 190 | [node name="Title_Label" type="Label" parent="Options_Menu"]
|
---|
| 191 | margin_left = 20.0
|
---|
| 192 | margin_top = 10.0
|
---|
| 193 | margin_right = 227.0
|
---|
| 194 | margin_bottom = 53.0
|
---|
| 195 | rect_scale = Vector2( 1.4, 1.4 )
|
---|
| 196 | custom_fonts/font = SubResource( 6 )
|
---|
| 197 | custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
|
---|
| 198 | custom_constants/shadow_offset_x = 3
|
---|
| 199 | custom_constants/shadow_offset_y = 3
|
---|
| 200 | text = "Options"
|
---|
| 201 | align = 1
|
---|
| 202 | valign = 1
|
---|
[aa1db83] | 203 | __meta__ = {
|
---|
| 204 | "_edit_use_anchors_": false
|
---|
| 205 | }
|
---|
[f7b09c8] | 206 |
|
---|
| 207 | [node name="Label_Mouse_Sensitivity" type="Label" parent="Options_Menu"]
|
---|
[aa1db83] | 208 | margin_top = 118.413
|
---|
[f7b09c8] | 209 | margin_right = 330.0
|
---|
[aa1db83] | 210 | margin_bottom = 150.413
|
---|
[f7b09c8] | 211 | custom_fonts/font = SubResource( 6 )
|
---|
| 212 | text = "Mouse sensitivity"
|
---|
| 213 | align = 1
|
---|
| 214 | valign = 1
|
---|
[aa1db83] | 215 | __meta__ = {
|
---|
| 216 | "_edit_use_anchors_": false
|
---|
| 217 | }
|
---|
[f7b09c8] | 218 |
|
---|
| 219 | [node name="HSlider_Mouse_Sensitivity" type="HSlider" parent="Options_Menu"]
|
---|
| 220 | margin_left = 10.0
|
---|
| 221 | margin_top = 160.0
|
---|
| 222 | margin_right = 320.0
|
---|
| 223 | margin_bottom = 176.0
|
---|
[c8c895d] | 224 | min_value = 3.0
|
---|
| 225 | max_value = 23.0
|
---|
[aa1db83] | 226 | value = 8.0
|
---|
| 227 | __meta__ = {
|
---|
| 228 | "_edit_use_anchors_": false
|
---|
| 229 | }
|
---|
[f7b09c8] | 230 |
|
---|
| 231 | [node name="Check_Button_VSync" type="CheckButton" parent="Options_Menu"]
|
---|
| 232 | anchor_left = 0.5
|
---|
| 233 | anchor_top = 1.0
|
---|
| 234 | anchor_right = 0.5
|
---|
| 235 | anchor_bottom = 1.0
|
---|
| 236 | margin_left = -143.009
|
---|
| 237 | margin_top = -232.421
|
---|
| 238 | margin_right = 126.991
|
---|
| 239 | margin_bottom = -192.421
|
---|
| 240 | custom_fonts/font = SubResource( 6 )
|
---|
| 241 | pressed = true
|
---|
| 242 | text = "V-Sync"
|
---|
| 243 |
|
---|
| 244 | [node name="Button_Fullscreen" type="Button" parent="Options_Menu"]
|
---|
| 245 | anchor_left = 0.5
|
---|
| 246 | anchor_top = 1.0
|
---|
| 247 | anchor_right = 0.5
|
---|
| 248 | anchor_bottom = 1.0
|
---|
| 249 | margin_left = -136.335
|
---|
| 250 | margin_top = -169.073
|
---|
| 251 | margin_right = 133.665
|
---|
| 252 | margin_bottom = -119.073
|
---|
[aa1db83] | 253 | rect_pivot_offset = Vector2( 217.761, 1.22488 )
|
---|
[f7b09c8] | 254 | custom_fonts/font = SubResource( 6 )
|
---|
| 255 | text = "Fullscreen"
|
---|
| 256 |
|
---|
[aa1db83] | 257 | [node name="Button_Keybind" type="Button" parent="Options_Menu"]
|
---|
| 258 | anchor_left = 0.5
|
---|
| 259 | anchor_top = 1.0
|
---|
| 260 | anchor_right = 0.5
|
---|
| 261 | anchor_bottom = 1.0
|
---|
| 262 | margin_left = -133.812
|
---|
| 263 | margin_top = -304.457
|
---|
| 264 | margin_right = 136.188
|
---|
| 265 | margin_bottom = -254.457
|
---|
| 266 | rect_pivot_offset = Vector2( 217.761, 1.22488 )
|
---|
| 267 | custom_fonts/font = SubResource( 6 )
|
---|
| 268 | text = "Keybinds"
|
---|
| 269 |
|
---|
[f7b09c8] | 270 | [node name="Check_Button_Debug" type="CheckButton" parent="Options_Menu"]
|
---|
| 271 | anchor_left = 0.5
|
---|
| 272 | anchor_top = 1.0
|
---|
| 273 | anchor_right = 0.5
|
---|
| 274 | anchor_bottom = 1.0
|
---|
| 275 | margin_left = -152.33
|
---|
| 276 | margin_top = -109.955
|
---|
| 277 | margin_right = 157.67
|
---|
| 278 | margin_bottom = -69.9548
|
---|
| 279 | custom_fonts/font = SubResource( 6 )
|
---|
| 280 | text = "Debug display"
|
---|
| 281 |
|
---|
| 282 | [node name="Button_Back" type="Button" parent="Options_Menu"]
|
---|
| 283 | pause_mode = 1
|
---|
| 284 | anchor_left = 0.5
|
---|
| 285 | anchor_top = 1.0
|
---|
| 286 | anchor_right = 0.5
|
---|
| 287 | anchor_bottom = 1.0
|
---|
| 288 | margin_left = -155.0
|
---|
| 289 | margin_top = -60.656
|
---|
| 290 | margin_right = 155.0
|
---|
| 291 | margin_bottom = -10.656
|
---|
| 292 | custom_fonts/font = SubResource( 6 )
|
---|
| 293 | text = "Back"
|
---|
[aa1db83] | 294 |
|
---|
| 295 | [node name="Keybind_Menu" type="Panel" parent="."]
|
---|
| 296 | visible = false
|
---|
| 297 | modulate = Color( 1, 1, 1, 0.901961 )
|
---|
| 298 | margin_left = 336.38
|
---|
| 299 | margin_top = 0.334869
|
---|
| 300 | margin_right = 666.38
|
---|
| 301 | margin_bottom = 601.335
|
---|
| 302 | custom_styles/panel = SubResource( 5 )
|
---|
| 303 | __meta__ = {
|
---|
| 304 | "_edit_use_anchors_": false
|
---|
| 305 | }
|
---|
| 306 |
|
---|
| 307 | [node name="Title_Label" type="Label" parent="Keybind_Menu"]
|
---|
| 308 | margin_left = 20.0
|
---|
| 309 | margin_top = 10.0
|
---|
| 310 | margin_right = 227.0
|
---|
| 311 | margin_bottom = 77.0
|
---|
| 312 | rect_scale = Vector2( 1.4, 1.4 )
|
---|
| 313 | custom_fonts/font = SubResource( 6 )
|
---|
| 314 | custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
|
---|
| 315 | custom_constants/shadow_offset_x = 3
|
---|
| 316 | custom_constants/shadow_offset_y = 3
|
---|
| 317 | text = "Keybinds
|
---|
| 318 | "
|
---|
| 319 | align = 1
|
---|
| 320 | valign = 1
|
---|
| 321 |
|
---|
| 322 | [node name="Button_Save" type="Button" parent="Keybind_Menu"]
|
---|
| 323 | anchor_left = 0.5
|
---|
| 324 | anchor_top = 1.0
|
---|
| 325 | anchor_right = 0.5
|
---|
| 326 | anchor_bottom = 1.0
|
---|
| 327 | margin_left = -155.0
|
---|
| 328 | margin_top = -70.0
|
---|
| 329 | margin_right = 155.0
|
---|
| 330 | margin_bottom = -20.0
|
---|
| 331 | custom_fonts/font = SubResource( 6 )
|
---|
| 332 | text = "Save"
|
---|
| 333 | __meta__ = {
|
---|
| 334 | "_edit_use_anchors_": false
|
---|
| 335 | }
|
---|
| 336 |
|
---|
| 337 | [node name="VBoxContainer" type="VBoxContainer" parent="Keybind_Menu"]
|
---|
| 338 | margin_left = 4.0
|
---|
| 339 | margin_top = 59.0
|
---|
| 340 | margin_right = 320.0
|
---|
| 341 | margin_bottom = 503.0
|
---|