v1.4.0: fixed minor errors in scorpio sprite
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
+1
-1
@@ -36,7 +36,7 @@ public class ScorpioSprite extends MobSprite {
|
|||||||
|
|
||||||
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, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 2, 1, 2 );
|
idle.frames( frames, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 2, 1, 2 );
|
||||||
|
|||||||
Reference in New Issue
Block a user