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