mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 03:42:42 +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
@@ -399,9 +399,9 @@ describe("applyGraphicsOverrides", () => {
|
||||
).toBe(0);
|
||||
});
|
||||
|
||||
test("smallPlayerGlow strength absent → keeps default of 0.25", () => {
|
||||
expect(gen({}).smallPlayerGlow.strength).toBe(0.25);
|
||||
expect(gen({ smallPlayerGlow: {} }).smallPlayerGlow.strength).toBe(0.25);
|
||||
test("smallPlayerGlow strength absent → keeps default of 0.35", () => {
|
||||
expect(gen({}).smallPlayerGlow.strength).toBe(0.35);
|
||||
expect(gen({ smallPlayerGlow: {} }).smallPlayerGlow.strength).toBe(0.35);
|
||||
});
|
||||
|
||||
test("smallPlayerGlow override leaves other glow fields at defaults", () => {
|
||||
|
||||
Reference in New Issue
Block a user