Browse Source

Increase default pressure sensitivity

luboslenco 1 month ago
parent
commit
6b1728f976
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/sources/ts/base.ts

+ 1 - 1
base/sources/ts/base.ts

@@ -756,7 +756,7 @@ function base_init_config() {
 	raw.server = "https://armorpaint.fra1.digitaloceanspaces.com";
 	raw.undo_steps = 4;
 	raw.pressure_radius = true;
-	raw.pressure_sensitivity = 1.0;
+	raw.pressure_sensitivity = 3.0;
 	raw.camera_zoom_speed = 1.0;
 	raw.camera_pan_speed = 1.0;
 	raw.camera_rotation_speed = 1.0;