- In new engine, what can read all image formats: JPG, PNG, BMP, GIF, TIFF, it is important.
If a image file is broken, you will see these yellow crossed blocks:

How to fix broken images:
- You must install ImageMagick in your system:
ImageMagick page: http://www.imagemagick.org/
Windows binaries: http://www.imagemagick.org/script/binary-releases.php#windows
Warning, Don't forget to include it into PATH value!
1) Open level sprite folder in command line/terminal
2) enter this command:
Code: Select all
mogrify -format gif *.gifit starts converting all non-gif files into GIF format.

After running this command, we see: the sprites are successfully loaded:



