Make dragging more sensitive
This commit is contained in:
parent
c60eaa562b
commit
0045fc69c3
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user