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

Re: [pygame] Resolution for a 2d game



Then query the monitor sizes using pygame.display.list_modes or make
it a configurable option, and use math that works independently of the
resolution.

On Sun, May 15, 2011 at 3:37 PM, BIAGINI <nathan.open@xxxxxxxxx> wrote:
> So my game will run in 640*480... I m not sure to understand. I really want to make my game is an higher resolution than 640*480.
>
> Le 15 mai 2011 à 20:49, Christopher Arndt <chris@xxxxxxxxxxxxx> a écrit :
>
>> 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.
>>
>> Chris
>