Increases size of bounding box handles

This commit is contained in:
psychedelicious 2022-10-27 22:36:13 +11:00
parent 6bebc679c4
commit 67e0e97eda

View File

@ -5,6 +5,6 @@ export const DASH_WIDTH = 4;
export const MARCHING_ANTS_SPEED = 30;
// bounding box anchor size
export const TRANSFORMER_ANCHOR_SIZE = 10;
export const TRANSFORMER_ANCHOR_SIZE = 15;