Not so fast

This commit is contained in:
Thomas Forgione 2018-08-27 14:52:54 +02:00
parent 3ca4681a74
commit 66e4a58482
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -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() {