瀏覽代碼

Tweak pressure_sensitivity

luboslenco 1 周之前
父節點
當前提交
ffbe930019
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      paint/sources/base.ts

+ 4 - 0
paint/sources/base.ts

@@ -755,7 +755,11 @@ function base_init_config() {
 	raw.server = "https://armorpaint.fra1.digitaloceanspaces.com";
 	raw.undo_steps = 4;
 	raw.pressure_radius = true;
+	///if arm_ios
+	raw.pressure_sensitivity = 1.0;
+	///else
 	raw.pressure_sensitivity = 2.0;
+	///end
 	raw.camera_zoom_speed = 1.0;
 	raw.camera_pan_speed = 1.0;
 	raw.camera_rotation_speed = 1.0;