mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 21:16:21 +00:00
chore(glow): raise default small-player glow strength to 35%
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
4544e18ce6
commit
eee7d793f8
@@ -389,7 +389,7 @@ export interface RenderSettings {
|
||||
color: number[]; // RGB, each 0–1
|
||||
alpha: number; // peak opacity (0–1)
|
||||
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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user