Snap while dragging with select tool (#433)

* Snap while dragging with select tool

* Remove unnecessary mut

* Snap to 90 degrees instead of 45

* Removed (coming soon) text

Co-authored-by: otdavies <oliver@psyfer.io>
This commit is contained in:
0HyperCube
2021-12-27 14:29:27 -08:00
committed by GitHub
co-authored by otdavies
parent 618b7f755c
commit b391b038ee
3 changed files with 20 additions and 9 deletions
+1
View File
@@ -24,6 +24,7 @@ pub const SLOWING_DIVISOR: f64 = 10.;
// SELECT TOOL
pub const SELECTION_TOLERANCE: f64 = 1.;
pub const SELECTION_DRAG_ANGLE: f64 = 90.;
// PATH TOOL
pub const VECTOR_MANIPULATOR_ANCHOR_MARKER_SIZE: f64 = 5.;