Make dragging more sensitive

This commit is contained in:
Sofia 2024-08-20 18:43:07 +03:00
parent c60eaa562b
commit 0045fc69c3

View File

@ -30,7 +30,7 @@ namespace Gmtk24 {
[Export]
public float RotateAmt = (float)(Math.PI / 12);
[Export]
public float DragDistanceTreshold = 500f;
public float DragDistanceTreshold = 150f;
[ExportCategory("Debug")]
[Export]