v0.5.0: adjusted character shadows slightly
This commit is contained in:
parent
77d426a15c
commit
6beae11e03
|
@ -460,8 +460,8 @@ public class CharSprite extends MovieClip implements Tweener.Listener, MovieClip
|
||||||
protected void updateMatrix() {
|
protected void updateMatrix() {
|
||||||
super.updateMatrix();
|
super.updateMatrix();
|
||||||
shadowMatrix = Matrix.clone(matrix);
|
shadowMatrix = Matrix.clone(matrix);
|
||||||
Matrix.translate(shadowMatrix, -width()/13.333f, height()*0.825f);
|
Matrix.translate(shadowMatrix, -width()/13.333f, height()*0.7625f);
|
||||||
Matrix.scale(shadowMatrix, 1.15f, 0.2f);
|
Matrix.scale(shadowMatrix, 1.15f, 0.25f);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user