v1.4.0: fixed acidic scorpio sprites not working with new spritesheet
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ public class AcidicSprite extends ScorpioSprite {
|
|||||||
|
|
||||||
texture( Assets.Sprites.SCORPIO );
|
texture( Assets.Sprites.SCORPIO );
|
||||||
|
|
||||||
TextureFilm frames = new TextureFilm( texture, 18, 17 );
|
TextureFilm frames = new TextureFilm( texture, 17, 17 );
|
||||||
|
|
||||||
idle = new Animation( 12, true );
|
idle = new Animation( 12, true );
|
||||||
idle.frames( frames, 14, 14, 14, 14, 14, 14, 14, 14, 15, 16, 15, 16, 15, 16 );
|
idle.frames( frames, 14, 14, 14, 14, 14, 14, 14, 14, 15, 16, 15, 16, 15, 16 );
|
||||||
|
|||||||
Reference in New Issue
Block a user