v0.3.3a: fixed an incorrect sprite offset value for newborn elementals
This commit is contained in:
parent
0ec187d73b
commit
f2a90a43b5
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user