diff options
-rw-r--r-- | game/options.rpy | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy index 644818d..12a4e51 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -146,6 +146,12 @@ default preferences.text_cps = 0 default preferences.afm_time = 15 +## Skipping is your own choice, while I hope you don't, some users may be simply +## more interested in the worlds than in the multiverse itself. + +default preferences.skip_unseen = True + + ## Save directory ############################################################## ## ## Controls the platform-specific place Ren'Py will place the save files for |