Toggle navigation
Latest Activity
Next Challenge
Previous Challenges
Games
Discussion
Rules
Log in
Register
Help
March 2025
: The March 2025 challenge starts in 28 days, 7 hours and 7 minutes
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")