v0.7.5d: made final tweaks to camera follow speed

This commit is contained in:
Evan Debenham 2019-10-19 11:42:12 -04:00
parent 6707a22502
commit 2c2cae01b5

View File

@ -106,7 +106,7 @@ public class HeroSprite extends CharSprite {
if (ch.flying) {
play( fly );
}
Camera.main.panFollow(this, 5f + 10f*(Camera.main.zoom/PixelScene.defaultZoom));
Camera.main.panFollow(this, 20f);
}
@Override