summaryrefslogtreecommitdiff
path: root/client/splash/cloud/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-29 20:39:26 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-29 20:39:26 +0100
commita852b97060727428b8be55717b9dca4149f4368a (patch)
treececc93c412117021c4201b72189844fe6377f79a /client/splash/cloud/index.js
parent20c04cbe5d5d4072bcb2bd098fc9dd88577398cb (diff)
add modal
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],