diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-02 19:10:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-02 19:10:37 -0300 |
commit | c27333f1f256ebb472eaa1a078fcc86ffa392316 (patch) | |
tree | 4062b5ede369f58e7656ecd58dd0e3e24bf72b8d | |
parent | 4480a41449c1616edc77d2481ebe9aef96530b33 (diff) | |
download | renpy-c27333f1f256ebb472eaa1a078fcc86ffa392316.tar.gz renpy-c27333f1f256ebb472eaa1a078fcc86ffa392316.tar.bz2 renpy-c27333f1f256ebb472eaa1a078fcc86ffa392316.tar.xz renpy-c27333f1f256ebb472eaa1a078fcc86ffa392316.zip |
Skip unread text is the new default (there's a "SKIP" button on the quick menu)
-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 |