diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-25 14:07:01 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-25 14:07:01 +0200 |
commit | 462727da8062010a88d6cd5359f39c365eecc472 (patch) | |
tree | c1a5b5c44f73c03e5dd2b7294f42280656700874 /client | |
parent | 5c859eb4d668f3226e169e3c36fee1c57cb1100c (diff) | |
parent | bddfd0817e0c5f77411c54a978ddc74c3e490f8d (diff) | |
download | hurrycurry-462727da8062010a88d6cd5359f39c365eecc472.tar hurrycurry-462727da8062010a88d6cd5359f39c365eecc472.tar.bz2 hurrycurry-462727da8062010a88d6cd5359f39c365eecc472.tar.zst |
Merge branch 'master' of codeberg.org:metamuffin/undercooked
Diffstat (limited to 'client')
-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 5a57e0fd..c475e4b6 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 |