Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Asteroid Tileset 01

Author: 
OhjiroChan
Saturday, October 5, 2013 - 01:34
Art Type: 
2D Art
Tags: 
asteroid
spritesheet
space
License(s): 
CC0
Collections: 
  • Galaxus
  • Projectile Attacks Art Collection
Favorites: 
6
Share Icons: 
Preview: 
Preview

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:

  1. Rectangle(0, 0, 200, 165);
  2. Rectangle(200, 0, 187, 183);
  3. Rectangle(387, 0, 167, 200);
  4. Rectangle(554, 0, 184, 189);
  5. Rectangle(738, 0, 200, 165);
  6. Rectangle(938, 0, 189, 184);
  7. Rectangle(1127, 0, 165, 200);
  8. Rectangle(1292, 0, 183, 187);

Level 1:

  1. Rectangle(0, 200, 100, 83);
  2. Rectangle(100, 200, 93, 92);
  3. Rectangle(193, 200, 83, 101);
  4. Rectangle(276, 200, 93, 95);
  5. Rectangle(369, 200, 101, 83);
  6. Rectangle(470, 200, 95, 92);
  7. Rectangle(565, 200, 84, 101);
  8. Rectangle(649, 200, 92, 95);

Level 2:

  1. Rectangle(0, 301, 50, 41));
  2. Rectangle(50, 301, 47, 46));
  3. Rectangle(97, 301, 41, 51));
  4. Rectangle(138, 301, 47, 47));
  5. Rectangle(185, 301, 51, 41));
  6. Rectangle(236, 301, 47, 46));
  7. Rectangle(283, 301, 42, 51));
  8. Rectangle(325, 301, 46, 47));
Attribution Instructions: 
No credit needed.
File(s): 
Asteroid1.png Asteroid1.png 442.3 Kb [779 download(s)]
  • Log in or register to post comments

Comments

darkrose
joined 11 years 12 months ago
10/05/2013 - 05:41

Would look better if the shadow stayed in one place, and didn't rotate with the asteroid. Still, I like this.

  • Log in or register to post comments
OhjiroChan
joined 9 years 5 months ago
10/07/2013 - 00:11
OhjiroChan's picture

Hmm... you're right looks like I goofed. I work on it.

 

  • Log in or register to post comments
Banbeano
joined 9 years 4 months ago
11/10/2013 - 15:10
Banbeano's picture

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/

  • Log in or register to post comments