When I play my game on the gp2x all I get is a black screen? :S
All help is appreciated. :good:
Make sure you have updated GL-Basic to latest version thru the web-update option in GL-Basic itself. Then make a smaller example program that only displays a sprite on screen, make sure you have the name correct with only small letters or however it was typed in originaly eg: "sprite.png", not "SPrItE.pNg". Also make sure that path to the sprite is not typed windows-style with backslash, always use forward slash: "data/sprite.png", even when testing it on windows. and don't forget to copy the other file that GL-Basic is copying into your game map, mmuhack.o
Thanks for the help Moru, but I'm afraid last night I must have been to tired to catch it. I found out what was wrong this morning. I had already been running it on the 2x so thats why i was so stumped, but it was just a little mistake. Once again, thanks everyone.