PyWeek - If the Robots In Saucers runs slow...
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")
— Srekel on 2008/04/07 18:33 of Robots In Saucers
