mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:40:44 +00:00
adjusted defaults
This commit is contained in:
@@ -28,8 +28,8 @@ export const TERRITORY_POST_SMOOTHING: TerritoryPostSmoothingDefinition[] = [
|
||||
kind: "range",
|
||||
key: "settings.webgpu.territory.postSmoothing.blendStrength",
|
||||
label: "Blend Strength",
|
||||
defaultValue: 1,
|
||||
min: 0,
|
||||
defaultValue: 0.2,
|
||||
min: 0.01,
|
||||
max: 1,
|
||||
step: 0.01,
|
||||
},
|
||||
@@ -108,7 +108,7 @@ export function buildTerritoryPostSmoothingParams(
|
||||
|
||||
const blendStrength = userSettings.getFloat(
|
||||
"settings.webgpu.territory.postSmoothing.blendStrength",
|
||||
1,
|
||||
0.2,
|
||||
);
|
||||
const dissolveWidth = userSettings.getFloat(
|
||||
"settings.webgpu.territory.postSmoothing.dissolveWidth",
|
||||
|
||||
@@ -194,7 +194,7 @@ export const TERRITORY_SHADERS: TerritoryShaderDefinition[] = [
|
||||
key: "settings.webgpu.territory.retro.defendedThreshold",
|
||||
label: "Defended Threshold",
|
||||
defaultValue: 0.01,
|
||||
min: 0,
|
||||
min: 0.01,
|
||||
max: 1,
|
||||
step: 0.01,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user