Skip to main content

Before Building

There's a couple things to remember before building your game. If you're using the GUI kit as provided, make sure to change the settings in options.rpy, specifically the following:

define config.name = _("Rounded GUI")
define build.name = "RoundedGUI"
define config.save_directory = "RoundedGUI-1623906174"

Make sure "Rounded GUI" is changed to your actual game name.