Is it possible to scale all the items of a pygame program?
I am running the AdvancedDemo from with pygame project:
http://www.pygame.org/project-PaintBrush-1280-.html
But it is too large for my resolution. Is it possible to scale everything that is displayed to fit on the screen, without having to transform all the objects individually?
Thanks Tom