diff options
Diffstat (limited to 'client/game.tscn')
-rw-r--r-- | client/game.tscn | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/client/game.tscn b/client/game.tscn index a7485c1d..32479cf5 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -7,14 +7,20 @@ [ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://menu/scene_transition.tscn" id="5_yg6cl"] [ext_resource type="Script" path="res://multiplayer.gd" id="6_fbxu8"] -[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_mvn2w"] +[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_py7px"] +ground_bottom_color = Color(0.0826605, 0.065772, 0.0461518, 1) [sub_resource type="Sky" id="Sky_ultpf"] -sky_material = SubResource("PhysicalSkyMaterial_mvn2w") +sky_material = SubResource("ProceduralSkyMaterial_py7px") [sub_resource type="Environment" id="Environment_m4dli"] background_mode = 2 sky = SubResource("Sky_ultpf") +tonemap_mode = 2 +ssao_enabled = true +sdfgi_enabled = true +sdfgi_use_occlusion = true +sdfgi_energy = 2.0 [node name="Game" type="Node3D"] script = ExtResource("1_sftfn") @@ -31,7 +37,8 @@ transform = Transform3D(0.728777, 0.294253, -0.618303, 0, 0.902961, 0.429723, 0. environment = SubResource("Environment_m4dli") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0) +transform = Transform3D(-0.412548, 0.834939, -0.364255, 4.90703e-08, 0.399869, 0.916572, 0.910936, 0.37813, -0.164965, 0, 0, 0) +shadow_enabled = true [node name="Marker" parent="." instance=ExtResource("4_igl0o")] visible = false |