From 121cfd1b48254b54730ba323f0b60872f1c782d9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 28 Jan 2019 20:28:36 +0100 Subject: more --- client/splash/constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/splash/constants.js') diff --git a/client/splash/constants.js b/client/splash/constants.js index 520da350..1d00d068 100644 --- a/client/splash/constants.js +++ b/client/splash/constants.js @@ -3,9 +3,9 @@ export const CAMERA_NEAR = 0.001 export const CAMERA_FAR = 1000 -export const CAMERA_X = 0 -export const CAMERA_Y = 0 -export const CAMERA_Z = 1.5 +export const CAMERA_X = 0.5 +export const CAMERA_Y = -0.5 +export const CAMERA_Z = 2.5 export const FOG_COLOR = 0x191919 @@ -21,7 +21,7 @@ export const CLOUD_COLORS = [ export const CLOUD_SCALE = 1 export const CLOUD_ROTATION_SPEED = 0.001 -export const CLOUD_MAX_COUNT = 80 +export const CLOUD_MAX_COUNT = 100 export const CLOUD_TEXT_MIN_SIZE = 0.01 export const CLOUD_TEXT_MAX_SIZE = 0.04 -- cgit v1.2.3-70-g09d2