compile with pix

BlitzMax Forums/BlitzMax Beginners Area/compile with pix

julianbury(Posted 2006) [#1]
I have written a game around domino tiles.
The tiles are bitmaps.
How can I include the bitmaps in the executable?

J(.)(.)lian

<><><><><><><><>


Dreamora(Posted 2006) [#2]
incbin "somepic.bmp"

loading is then done through

loadimage("incbin::somepic.bmp")