The GUI is based on a modern scheme and configured for 1920x1080 resolution.
Here the dev build to test the issue – direct download.
I checked the code for these buttons against a fresh project and trust that the code remained untouched from the beginning. Here it is:
Code: Select all
use game_menu(_("Options"), scroll="viewport"):
vbox:
hbox:
box_wrap True
if renpy.variant("pc"):
vbox:
style_prefix "radio"
label _("Display")
textbutton _("Window") action Preference("display", "window")
textbutton _("Fullscreen") action Preference("display", "fullscreen")