diff options
author | tpart <tpart120@proton.me> | 2024-06-25 13:45:10 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-25 13:45:10 +0200 |
commit | bddfd0817e0c5f77411c54a978ddc74c3e490f8d (patch) | |
tree | fc08820e368d1dff4799c91ee9c86e1af9e7ac97 | |
parent | 6db6de3aaea9a139a754453f99cb149cd79aec17 (diff) | |
download | hurrycurry-bddfd0817e0c5f77411c54a978ddc74c3e490f8d.tar hurrycurry-bddfd0817e0c5f77411c54a978ddc74c3e490f8d.tar.bz2 hurrycurry-bddfd0817e0c5f77411c54a978ddc74c3e490f8d.tar.zst |
Improve graphics in main game
-rw-r--r-- | client/export_presets.cfg | 2 | ||||
-rw-r--r-- | client/game.tscn | 13 |
2 files changed, 11 insertions, 4 deletions
diff --git a/client/export_presets.cfg b/client/export_presets.cfg index 7170c550..7a6cc0c4 100644 --- a/client/export_presets.cfg +++ b/client/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../target/client/undercooked.html" +export_path="../../../Downloads/export/undercooked.html" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false 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 |