chore(glow): raise default small-player glow strength to 35%

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
evanpelle
2026-07-17 19:56:08 -07:00
co-authored by Claude Fable 5
parent 4544e18ce6
commit eee7d793f8
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ export interface RenderSettings {
color: number[]; // RGB, each 01
alpha: number; // peak opacity (01)
pulseSpeed: number; // breath animation speed
strength: number; // opacity fade: 0 = off, 1 = full brightness (default 0.25)
strength: number; // opacity fade: 0 = off, 1 = full brightness (default 0.35)
};
altView: {
gridFontSize: number;
+1 -1
View File
@@ -336,7 +336,7 @@
"color": [1.0, 0.12, 0.1],
"alpha": 0.9,
"pulseSpeed": 0.003,
"strength": 0.25
"strength": 0.35
},
"altView": {
"gridFontSize": 24,