0
0
mirror of https://github.com/Doodle3D/Doodle3D-Core.git synced 2025-05-10 17:33:21 +02:00

fix const

This commit is contained in:
casperlamboo 2017-11-19 13:02:58 +01:00
parent a41806a7be
commit 3bce03175a

@ -1,5 +1,5 @@
export const SCULPT_LIMIT = 0.6;
export const DESELECT_TRANSPARENCY = 0.8;
export const DESELECT_TRANSPARENCY = 0.2;
export const MIN_CAMERA_ZOOM = 10;
export const MAX_CAMERA_ZOOM = 600;
export const MAX_CAMERA_PAN = 150;