소스 검색

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;