summaryrefslogtreecommitdiff
path: root/client/splash/cloud/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/splash/cloud/index.js')
-rw-r--r--client/splash/cloud/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/splash/cloud/index.js b/client/splash/cloud/index.js
index f753e77c..d0a39d8c 100644
--- a/client/splash/cloud/index.js
+++ b/client/splash/cloud/index.js
@@ -6,6 +6,7 @@ import datasetList from './datasetList'
import { choice } from '../../util'
import {
+ CLOUD_SCALE,
CLOUD_COLORS,
CLOUD_ROTATION_SPEED,
CLOUD_MAX_COUNT,
@@ -38,7 +39,7 @@ export function init() {
.setZ(Math.random())
.subScalar(1 / 2)
.setLength(1 + Math.random())
- .multiplyScalar(1)
+ .multiplyScalar(CLOUD_SCALE)
cloud.add(sprite)
return sprite
})