diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-29 00:42:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-29 00:42:19 +0100 |
| commit | cf61824111d6b525292ce698f1c0079a24d006b0 (patch) | |
| tree | 3f01f8a099b01b5acf29b8b8f17514b32e22885e /client/splash/constants.js | |
| parent | cb5d416025156c94cf0892664eab259a264df757 (diff) | |
names
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 */ |
