diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-29 20:39:26 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-29 20:39:26 +0100 |
| commit | a852b97060727428b8be55717b9dca4149f4368a (patch) | |
| tree | cecc93c412117021c4201b72189844fe6377f79a /client/splash/constants.js | |
| parent | 20c04cbe5d5d4072bcb2bd098fc9dd88577398cb (diff) | |
add modal
Diffstat (limited to 'client/splash/constants.js')
| -rw-r--r-- | client/splash/constants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/splash/constants.js b/client/splash/constants.js index 74e695e0..c7b3d785 100644 --- a/client/splash/constants.js +++ b/client/splash/constants.js @@ -49,6 +49,6 @@ export const MARKER_COLORS = [ 0xffffff, ] -export const POINT_SCALE = 0.01 +export const POINT_SCALE = 0.005 export const LINE_THICKNESS = 0.0075 export const FACE_POINT_COUNT = 68 |
