renpy/doc/cookbook/Fullscreen game run Setting

From Ren'Py

Jump to: navigation, search

Fullscreen game run Setting

To make the game start up fullscreen initially, open options.rpy, and change the line that reads:

        config.default_fullscreen = False

to

        config.default_fullscreen = True

To make this setting take effect, close Ren'Py, delete game/saves/persistent, and then re-launch your game.

Personal tools