Trinity tweak and updated the readme

This commit is contained in:
Rezmason
2022-09-17 21:06:20 -07:00
parent 5feecd7b78
commit d9b68b4669
2 changed files with 11 additions and 9 deletions

View File

@@ -259,12 +259,12 @@ const versions = {
bugs: {
font: "resurrections",
glintTexture: "sand",
baseTexture: "metal",
baseTexture: "sand",
glyphEdgeCrop: 0.1,
cursorColor: [0.6, 1, 2],
isolateGlint: true,
glintColor: [0.6, 2, 3],
glintBrightness: -2,
glintColor: [0.6, 1.2, 3],
glintBrightness: -1,
glintContrast: 3,
baseBrightness: -0.3,
baseContrast: 1.5,
@@ -274,9 +274,9 @@ const versions = {
bloomStrength: 0.7,
fallSpeed: 0.3,
paletteEntries: [
{ hsl: [0.1, 0.7, 0.0], at: 0.0 },
{ hsl: [0.1, 0.7, 0.1], at: 0.3 },
{ hsl: [0.12, 0.7, 0.5], at: 1.0 },
{ hsl: [0.12, 0.5, 0.0], at: 0.0 },
{ hsl: [0.12, 0.7, 0.1], at: 0.3 },
{ hsl: [0.13, 0.7, 0.5], at: 1.0 },
],
cycleSpeed: 0.01,
volumetric: true,