Author Topic: Masked Sprite Example: Axe Language  (Read 1862 times)

0 Members and 1 Guest are viewing this topic.

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Masked Sprite Example: Axe Language
« on: June 07, 2011, 03:07:13 pm »
I don't need any code or guidance on what a masked sprite is, but let's say that on this 8x8 ship the white center is white and the white outside is transparent.  What would a 16x8 bitmap with the masked sprite data look like?  Thanks

Ashbad

  • Guest
Re: Masked Sprite Example: Axe Language
« Reply #1 on: June 07, 2011, 03:21:39 pm »
like this, in order:

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Masked Sprite Example: Axe Language
« Reply #2 on: June 07, 2011, 03:23:35 pm »
Okay, that's good (thanks ashbad). I was scared that it was one byte of sprite followed by one byte of mask, byte of sprite, byte of mask, etc.