08-08-2023, 06:24 PM
(08-08-2023, 11:34 AM)NeoGeoFreak2004 Wrote: alrighty, i just converted a sprite with the NGPC-Image Processer. but how do I include it in my c code? plus how do i display multiple sprites at once?
You can take some time to read chris ahchay's dev blog: https://ahchayblog.wordpress.com/ngpc-development/
Learn a bit of C, like how to use #include
and don't hesitate to copy/paste code from others.multiple sprites = multiple calls to SetSprite with different parameters.

