Bit annoyed. My game is practically finished (level, collision detect) I only need to add in pistol, shotgun and machine gun classes. Thinking of throwing grenades and a throwing axe in too.
Anyway I ran my .py file on my pandora the sprites don't show up
They're just not there...yet when I run on my ubuntu laptop they show up fine????
:
(
Laptop python version
Code:
[code]snow@snow:~$ python
Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information
On a slightly unrelated note I put in a frames per second function for developing and when I run on my pandora it only runs at 20 frames per second
UPDATE
I solved the issue by changing the hex colours to anything but true black (why isn't true black showing up?) But when I ran the game on my Pandora my FPS function was giving me 20 FPS and it's pretty sluggish to play. I'm thinking of jacking PyGame in as it's soooo fooking slow on the Pandora I may as well learn SDL and C++ to get something worth playing! Sigh, learning curves eh