Skip to content

v.1.1.2 - Bitmap import fixes

Compare
Choose a tag to compare
@dertseha dertseha released this 04 Sep 21:03

Texture & Bitmap import is trickier than assumed. This release handles two issues:

  • #38 that has imported texture bitmaps with artifacts (or simply garbage) -- because of invalid bitmap settings in resources
  • #37 glitches with paletted images: Import mechanism has been modified. Only if the palette of a paletted image matches that of the game, then the pixels are taken literally. In any other case, colors are matched with a best effort.