Toggle navigation
Latest Activity
Last Challenge
Previous Challenges
Games
Discussion
Rules
Log in
Help
September 2024
: "Traitor" challenge is finished
If the Robots In Saucers runs slow...
Srekel
on 2008/04/07 18:33 of
Robots In Saucers
It's (to some extent) due to a bug in pyglet, but it's easy to fix.
Open lib/MainGameGui.py and add this line at the bottom of the __init__ function:
self.font= pyglet.font.load("arial")