45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://8g7w4uv2xsck"]
|
|
|
|
[ext_resource type="Script" path="res://Game.gd" id="1_71dcv"]
|
|
[ext_resource type="PackedScene" uid="uid://dsnlwjofq6psf" path="res://scenes/GUI/Main Menu.tscn" id="2_448f8"]
|
|
[ext_resource type="Script" path="res://scenes/map/EntitySpawner.gd" id="3_i5esv"]
|
|
|
|
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_2n8qo"]
|
|
|
|
[sub_resource type="Sky" id="Sky_ybtis"]
|
|
sky_material = SubResource("PhysicalSkyMaterial_2n8qo")
|
|
|
|
[sub_resource type="Environment" id="Environment_oqaam"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_ybtis")
|
|
ambient_light_source = 3
|
|
reflected_light_source = 2
|
|
tonemap_mode = 2
|
|
tonemap_exposure = 2.0
|
|
ssao_enabled = true
|
|
volumetric_fog_density = 0.02
|
|
adjustment_enabled = true
|
|
adjustment_saturation = 1.27
|
|
|
|
[node name="Game" type="Node3D"]
|
|
script = ExtResource("1_71dcv")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.92272, 0.189417, -0.335722, 0.371956, -0.208918, 0.904435, 0.101177, -0.959414, -0.263228, 13.9136, 14.2605, -2.0311)
|
|
shadow_enabled = true
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_oqaam")
|
|
|
|
[node name="Main Menu" parent="." instance=ExtResource("2_448f8")]
|
|
|
|
[node name="Networking" type="Node" parent="."]
|
|
|
|
[node name="PlayerSpawner" type="MultiplayerSpawner" parent="Networking"]
|
|
_spawnable_scenes = PackedStringArray("res://entities/Player.tscn")
|
|
spawn_path = NodePath("..")
|
|
|
|
[node name="EntitySpawner" type="MultiplayerSpawner" parent="Networking"]
|
|
spawn_path = NodePath("..")
|
|
script = ExtResource("3_i5esv")
|