mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
make brush sizes smaller
This commit is contained in:
parent
f759b2e468
commit
568e2ae72f
@ -35,9 +35,9 @@ export const ERASER_SIZES = {
|
||||
};
|
||||
// sizes are in mm
|
||||
export const BRUSH_SIZES = {
|
||||
[contextTools.BRUSH_SIZE_SMALL]: 5,
|
||||
[contextTools.BRUSH_SIZE_MEDIUM]: 10,
|
||||
[contextTools.BRUSH_SIZE_LARGE]: 15
|
||||
[contextTools.BRUSH_SIZE_SMALL]: 1,
|
||||
[contextTools.BRUSH_SIZE_MEDIUM]: 2,
|
||||
[contextTools.BRUSH_SIZE_LARGE]: 5
|
||||
};
|
||||
|
||||
export const CLIPPER_PRECISION = 100; // accurate to the hundredth
|
||||
|
Loading…
Reference in New Issue
Block a user