diff options
Diffstat (limited to 'client/splash/cloud/index.js')
| -rw-r--r-- | client/splash/cloud/index.js | 4 |
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], |
