Adding a "3d" version, since just turning on volumetric doesn't look particularly good with the other recent config changes.

This commit is contained in:
Rezmason
2022-09-06 01:15:35 -07:00
parent bfa18d6926
commit c1fa822299
2 changed files with 9 additions and 1 deletions

View File

@@ -239,6 +239,14 @@ const versions = {
density: 3,
useHoloplay: true,
},
['3d']: {
volumetric: true,
fallSpeed: 0.5,
baseBrightness: -0.9,
baseContrast: 1.5,
raindropLength: 0.3
}
};
versions.throwback = versions.operator;
versions.updated = versions.resurrections;