|
|
@ -1,4 +1,4 @@ |
|
|
## This file contains options that can be changed to customize your game. |
|
|
|
|
|
|
|
|
## This file contains options that can be changed to customize your game. |
|
|
## |
|
|
## |
|
|
## Lines beginning with two '#' marks are comments, and you shouldn't uncomment |
|
|
## Lines beginning with two '#' marks are comments, and you shouldn't uncomment |
|
|
## them. Lines beginning with a single '#' mark are commented-out code, and you |
|
|
## them. Lines beginning with a single '#' mark are commented-out code, and you |
|
|
@ -12,7 +12,7 @@ |
|
|
## |
|
|
## |
|
|
## The _() surrounding the string marks it as eligible for translation. |
|
|
## The _() surrounding the string marks it as eligible for translation. |
|
|
|
|
|
|
|
|
define config.name = _("renpy_example_01") |
|
|
|
|
|
|
|
|
define config.name = _("renpy_example_02") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Determines if the title given above is shown on the main menu screen. Set |
|
|
## Determines if the title given above is shown on the main menu screen. Set |
|
|
@ -37,7 +37,7 @@ define gui.about = _p(""" |
|
|
## distribution. This must be ASCII-only, and must not contain spaces, colons, |
|
|
## distribution. This must be ASCII-only, and must not contain spaces, colons, |
|
|
## or semicolons. |
|
|
## or semicolons. |
|
|
|
|
|
|
|
|
define build.name = "renpy_example_01" |
|
|
|
|
|
|
|
|
define build.name = "renpy_example_02" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Sounds and music ############################################################ |
|
|
## Sounds and music ############################################################ |
|
|
@ -143,7 +143,7 @@ default preferences.afm_time = 15 |
|
|
## This generally should not be changed, and if it is, should always be a |
|
|
## This generally should not be changed, and if it is, should always be a |
|
|
## literal string, not an expression. |
|
|
## literal string, not an expression. |
|
|
|
|
|
|
|
|
define config.save_directory = "renpy_example_01-1780314358" |
|
|
|
|
|
|
|
|
define config.save_directory = "renpy_example_02-1780314358" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Icon ######################################################################## |
|
|
## Icon ######################################################################## |
|
|
|