Graphics extension handling in BlitzPlus =(

BlitzPlus Forums/BlitzPlus Programming/Graphics extension handling in BlitzPlus =(

Imphenzia(Posted 2003) [#1]
Hello,

I am just doing some testing of my CTCC project in BlitzPlus and the first thing I realized was that as opposed to Blitz2D it is no longer possible to use custom file extensions for graphics?? I don't necessarily want to advertise that my graphic files are .png files and prefer the extension of .fnt for my fonts (that are saved in PNG), but BlitzPlus will fail to load these files.

Is there any way around this?

Stefan


Kevin_(Posted 2003) [#2]
You cound try renameing the .fnt as a png just before loading it in. Then rename it back as a .fnt after its loaded.

Regards

Prof