From a852b97060727428b8be55717b9dca4149f4368a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 29 Jan 2019 20:39:26 +0100 Subject: add modal --- client/splash/cloud/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/splash/cloud/index.js') 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], -- cgit v1.2.3-70-g09d2