diff --git a/base/sources/ts/base.ts b/base/sources/ts/base.ts index fca5fc18..a9892524 100644 --- a/base/sources/ts/base.ts +++ b/base/sources/ts/base.ts @@ -752,7 +752,7 @@ function base_init_config() { raw.server = "https://armorpaint.fra1.digitaloceanspaces.com"; raw.undo_steps = 4; raw.pressure_radius = true; - raw.pressure_sensitivity = 3.0; + raw.pressure_sensitivity = 2.0; raw.camera_zoom_speed = 1.0; raw.camera_pan_speed = 1.0; raw.camera_rotation_speed = 1.0;