v0.7.5d: made final tweaks to camera follow speed
This commit is contained in:
parent
6707a22502
commit
2c2cae01b5
|
@ -106,7 +106,7 @@ public class HeroSprite extends CharSprite {
|
||||||
if (ch.flying) {
|
if (ch.flying) {
|
||||||
play( fly );
|
play( fly );
|
||||||
}
|
}
|
||||||
Camera.main.panFollow(this, 5f + 10f*(Camera.main.zoom/PixelScene.defaultZoom));
|
Camera.main.panFollow(this, 20f);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user