[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Resolution for a 2d game



On Sun, May 15, 2011 at 08:49:07PM +0200, Christopher Arndt wrote:
> On 15.05.11 19:47, BIAGINI wrote:
> > I really dont know how to handle several resolution especially for my online game.
> 
> Just make your game fullscreen and choose a fixed resolution that will
> fit on the smallest supported monitor.

Please don't force a fullscreen resolution. It doesn't restore properly on
dual-head setups.

This was discussed here:

http://www.pyweek.org/d/3953/

Dan