From 18afb7576c009b32aba38779cb3f67e30244bab9 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 17:44:40 +0100 Subject: [PATCH] Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 5 bytes modified --- 78gnds8jrj.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/78gnds8jrj.js b/78gnds8jrj.js index 8c9d0ee..9c6ffa4 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -37,12 +37,12 @@ this.speedPercentage = 0; /** * Camera settings y = height, z = FOV */ -this.initialCameraSettings = new THREE.Vector3(0, 1.1, 40); -this.maximumCameraSettings = new THREE.Vector3(0, 2.6, 90); -this.currentCameraSettings = new THREE.Vector3(0, 1.1, 40); +this.initialCameraSettings = new THREE.Vector3(0, 1.1, 40); +this.maximumCameraSettings = new THREE.Vector3(0, 2.6, 90); +this.currentCameraSettings = new THREE.Vector3(0, 1.1, 40); -this.intitialSnailSettings = new THREE.Vector3(0, 0, 0); -this.maximumSnailSettings = new THREE.Vector3(0.5, 0, 0); +this.initialSnailSettings = new THREE.Vector3(0, 0, 0); +this.maximumSnailSettings = new THREE.Vector3(0.5, 0, 0); this.currentSnailSettings = new THREE.Vector3(0, 0, 0); this.currentSnailPosition = new THREE.Vector3(0, 0, 0);