v1.4.0: fixed minor errors in scorpio sprite

This commit is contained in:
Evan Debenham
2022-09-19 14:50:42 -04:00
parent 64ba5dd582
commit a11ebc1ca2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -36,7 +36,7 @@ public class ScorpioSprite extends MobSprite {
texture( Assets.Sprites.SCORPIO );
TextureFilm frames = new TextureFilm( texture, 18, 17 );
TextureFilm frames = new TextureFilm( texture, 17, 17 );
idle = new Animation( 12, true );
idle.frames( frames, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 2, 1, 2 );