Screen displays only in top left corner of window

后端 未结 1 616
一生所求
一生所求 2021-01-13 02:25

I\'m starting to explore Python and Pygame, however I am running into a problem. Everything I draw to the screen is only displayed in the top left quarter of the window. I t

1条回答
  •  萌比男神i
    2021-01-13 02:48

    The problem is, in fact, with the resolution of the retina screen. In order to get pygame to work correctly, download setresx and use it to set your resolution to any setting without HiDPI.

    0 讨论(0)
提交回复
热议问题