v0.5.0: adjusted character shadows slightly

This commit is contained in:
Evan Debenham 2016-12-29 03:52:55 -05:00
parent 77d426a15c
commit 6beae11e03

View File

@ -460,8 +460,8 @@ public class CharSprite extends MovieClip implements Tweener.Listener, MovieClip
protected void updateMatrix() {
super.updateMatrix();
shadowMatrix = Matrix.clone(matrix);
Matrix.translate(shadowMatrix, -width()/13.333f, height()*0.825f);
Matrix.scale(shadowMatrix, 1.15f, 0.2f);
Matrix.translate(shadowMatrix, -width()/13.333f, height()*0.7625f);
Matrix.scale(shadowMatrix, 1.15f, 0.25f);
}
@Override