Make dragging more sensitive
This commit is contained in:
parent
c60eaa562b
commit
0045fc69c3
@ -30,7 +30,7 @@ namespace Gmtk24 {
|
|||||||
[Export]
|
[Export]
|
||||||
public float RotateAmt = (float)(Math.PI / 12);
|
public float RotateAmt = (float)(Math.PI / 12);
|
||||||
[Export]
|
[Export]
|
||||||
public float DragDistanceTreshold = 500f;
|
public float DragDistanceTreshold = 150f;
|
||||||
|
|
||||||
[ExportCategory("Debug")]
|
[ExportCategory("Debug")]
|
||||||
[Export]
|
[Export]
|
||||||
|
Loading…
Reference in New Issue
Block a user