Not so fast
This commit is contained in:
parent
3ca4681a74
commit
66e4a58482
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue