v0.8.0: upscaled and slightly re-shaded golem sprites
This commit is contained in:
parent
cb524aee35
commit
2e6107ad72
Binary file not shown.
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 522 B |
|
@ -33,14 +33,14 @@ import com.watabou.utils.Callback;
|
||||||
|
|
||||||
public class GolemSprite extends MobSprite {
|
public class GolemSprite extends MobSprite {
|
||||||
|
|
||||||
Emitter teleParticles;
|
private Emitter teleParticles;
|
||||||
|
|
||||||
public GolemSprite() {
|
public GolemSprite() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
texture( Assets.GOLEM );
|
texture( Assets.GOLEM );
|
||||||
|
|
||||||
TextureFilm frames = new TextureFilm( texture, 16, 16 );
|
TextureFilm frames = new TextureFilm( texture, 17, 19 );
|
||||||
|
|
||||||
idle = new Animation( 4, true );
|
idle = new Animation( 4, true );
|
||||||
idle.frames( frames, 0, 1 );
|
idle.frames( frames, 0, 1 );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user