Page 1 of 1

Referencing sprites

Posted: Mon Nov 09, 2015 9:29 pm
by xN811x
Hi guys,

im wondering about the manTiles variable in the animate_simple example. Where is it declared and how do i load my own sprites into an array?

Thank you!

Re: Referencing sprites

Posted: Thu Nov 12, 2015 8:58 am
by elhobbs
The makefile is using grit to generate this from the png file. After you compile you will have a man.h file.

Re: Referencing sprites

Posted: Thu Nov 12, 2015 7:53 pm
by xN811x
Ahhhh Thanks. That helped me a lot! :)