summaryrefslogtreecommitdiff
path: root/client/splash/cloud/index.js
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-01-29 22:20:57 +0100
committeradamhrv <adam@ahprojects.com>2019-01-29 22:20:57 +0100
commitedc5e1542071fdc1a18a2bb1af2c2b5bed8be02a (patch)
treeea62bcba3e9e384c1e619af7fc63489443cab762 /client/splash/cloud/index.js
parentf7077a7cf80dc9454bf58f708642a68edfaadb13 (diff)
parent78fbb43ae9726ee1f0ca7f4c27f4060a34763629 (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'client/splash/cloud/index.js')
-rw-r--r--client/splash/cloud/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/splash/cloud/index.js b/client/splash/cloud/index.js
index d0a39d8c..1d1fb293 100644
--- a/client/splash/cloud/index.js
+++ b/client/splash/cloud/index.js
@@ -26,7 +26,9 @@ export function init() {
textSize: CLOUD_TEXT_MIN_SIZE + Math.random() * (CLOUD_TEXT_MAX_SIZE - CLOUD_TEXT_MIN_SIZE),
redrawInterval: 1,
material: {
- color: choice(CLOUD_COLORS),
+ color: 0xffffff,
+ opacity: (0.1 + Math.random() * 0.9),
+ transparent: true,
},
texture: {
text: datasetList[i],