Welcome, Guest. Please login or register.

Author Topic: Best Drawing program to make sprites?  (Read 6543 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Lando

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 1390
    • Show all replies
    • https://bartechtv.com
Re: Best Drawing program to make sprites?
« on: July 04, 2011, 01:52:16 PM »
DPaint is the one everybody used for sprites back in the day.  Save it out as an IFF and then use kefren's IFF converter so save it out as a raw file so you can 'incbin' it in your code and set up the palette in your copperlist.  Try to have each sprite or frame ending on a 32bit boundary to make blitting easy.  I used to draw a 32x32 grid in Dpaint before starting on drawing the sprites then erase it before converting.