Page 1 of 1

[Bug] Problem scaling in windowed mode via Preference() function

Posted: Wed Mar 13, 2019 11:33 am
by 7thRifter
Hi everyone, first time posting.

In Ren'Py 7.2.0.424, I've found that the following code for scaling the size of the window no longer works.

Code: Select all

textbutton _("Windowed x2") action Preference("display", 2.0)
To elaborate on exactly what happens, the game project launches just fine, but any and all "windowed" options normally selectable via the radio menu in Preferences are all highlighted, as if selected, and I am unable to select between these "windowed" modes. On the other hand, Preference("display", "fullscreen") functions just as expected.

I thought maybe I accidentally messed something up with my project, so I created a brand new project, but I encountered the same problem. I then went back and re-downloaded Ren'Py 7.1.3.1092 and the code works just fine.

Hopefully this has been of some use, I'm a huge fan of this software. Thanks guys.