v0.3.3a: fixed an incorrect sprite offset value for newborn elementals

This commit is contained in:
Evan Debenham 2015-12-24 22:06:00 -05:00
parent 0ec187d73b
commit f2a90a43b5

View File

@ -33,7 +33,7 @@ public class NewbornElementalSprite extends MobSprite{
texture( Assets.ELEMENTAL );
int ofs = 22;
int ofs = 21;
TextureFilm frames = new TextureFilm( texture, 12, 14 );