Skip to content

Commit

Permalink
remove volumetric fog
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus-Axel committed Dec 17, 2023
1 parent 3959b6e commit 549294f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/export/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

<script src="index.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":54672704,"index.wasm":1758196},"focusCanvas":true,"gdextensionLibs":["libgodot-solana-sdk.web.template_debug.wasm32.wasm"]};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":54672688,"index.wasm":1758196},"focusCanvas":true,"gdextensionLibs":["libgodot-solana-sdk.web.template_debug.wasm32.wasm"]};
const engine = new Engine(GODOT_CONFIG);

(function () {
Expand Down
Binary file modified client/export/index.pck
Binary file not shown.
1 change: 0 additions & 1 deletion client/garage/garage.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ sky_material = SubResource("ShaderMaterial_qg07r")
[sub_resource type="Environment" id="Environment_wsart"]
background_mode = 2
sky = SubResource("Sky_oicup")
volumetric_fog_enabled = true

[node name="Garage" type="Node3D"]
script = ExtResource("1_3c2k8")
Expand Down

0 comments on commit 549294f

Please sign in to comment.