diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-29 00:49:55 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-29 00:49:55 +0100 |
| commit | f7077a7cf80dc9454bf58f708642a68edfaadb13 (patch) | |
| tree | 3fa034f184f88316dcad48955e18e6fd902b7806 /client/splash/constants.js | |
| parent | 480f00fc1a002bf398c4e9e4b3b8f7d4f0c62ec0 (diff) | |
| parent | cf61824111d6b525292ce698f1c0079a24d006b0 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'client/splash/constants.js')
| -rw-r--r-- | client/splash/constants.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/splash/constants.js b/client/splash/constants.js index 406529a2..74e695e0 100644 --- a/client/splash/constants.js +++ b/client/splash/constants.js @@ -21,9 +21,9 @@ export const CLOUD_COLORS = [ export const CLOUD_SCALE = 1 export const CLOUD_ROTATION_SPEED = 0.001 -export const CLOUD_MAX_COUNT = 100 -export const CLOUD_TEXT_MIN_SIZE = 0.01 -export const CLOUD_TEXT_MAX_SIZE = 0.04 +export const CLOUD_MAX_COUNT = 200 +export const CLOUD_TEXT_MIN_SIZE = 0.005 +export const CLOUD_TEXT_MAX_SIZE = 0.03 /* face */ |
