Not so fast
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ class Scene extends Screen {
|
||||
}
|
||||
|
||||
updateCameraSpeed(height) {
|
||||
this.cameraSpeed = 0.0005 + (height / 200) * 0.0001;
|
||||
this.cameraSpeed = 0.0005 + (height / 200) * 0.00005;
|
||||
}
|
||||
|
||||
get maxHeight() {
|
||||
|
||||
Reference in New Issue
Block a user