2
0
Эх сурвалжийг харах

Tweak pressure_sensitivity

luboslenco 1 долоо хоног өмнө
parent
commit
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;