diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 17:30:32 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 17:30:32 +0200 |
| commit | 9374f60bf3e812a06766753e171d54efdfd2371b (patch) | |
| tree | bad72b8a71567f5d0ce0e7ccfd9084768d2c9758 /client | |
| parent | d8105ac8dd44fde495fe2bd9584188873e5e646b (diff) | |
new names
Diffstat (limited to 'client')
| -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 c7b3d785..e137ad7d 100644 --- a/client/splash/constants.js +++ b/client/splash/constants.js @@ -21,7 +21,7 @@ export const CLOUD_COLORS = [ export const CLOUD_SCALE = 1 export const CLOUD_ROTATION_SPEED = 0.001 -export const CLOUD_MAX_COUNT = 200 +export const CLOUD_MAX_COUNT = 250 export const CLOUD_TEXT_MIN_SIZE = 0.005 export const CLOUD_TEXT_MAX_SIZE = 0.03 |
