diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-29 22:20:57 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-29 22:20:57 +0100 |
| commit | edc5e1542071fdc1a18a2bb1af2c2b5bed8be02a (patch) | |
| tree | ea62bcba3e9e384c1e619af7fc63489443cab762 /client/splash/constants.js | |
| parent | f7077a7cf80dc9454bf58f708642a68edfaadb13 (diff) | |
| parent | 78fbb43ae9726ee1f0ca7f4c27f4060a34763629 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
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 |
