Skip to main content

Title Screen

Customizing the Title Screen is fairly simple. Replace gui/main_menu.png with your main menu image of choice.

If you would like to hide your game name and version number from the title screen, open options.rpy and locate the following line:

define gui.show_name = True

Change True to False and your game name and version number will be hidden from the title screen.