$12256 / $11500
My first "enemy" for the Galaxus game. I've also included the dimensions for each tile because this on is quite obscure. If you're familiar with the XNA C# syntax you don't need this code bit, if you don't the syntax is below. There are three different sizes for each. I've intended for the spritesheet to have this because when you shoot the asteroid it breaks up into different pieces. Each size has eight tiles to it rotating it 45 degrees further. Run through all eight and you get your animation.
Rectangle( "x-position", "y-position", "width", "height");
Level 0:
Level 1:
Level 2:
Comments
Would look better if the shadow stayed in one place, and didn't rotate with the asteroid. Still, I like this.
Hmm... you're right looks like I goofed. I work on it.
I used some of these sprites to make a asteroids clone. You can find the link at http://douglasharveymarose.wordpress.com/2013/11/07/asteroids/