summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-02 19:10:37 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-02 19:10:37 -0300
commitc27333f1f256ebb472eaa1a078fcc86ffa392316 (patch)
tree4062b5ede369f58e7656ecd58dd0e3e24bf72b8d
parent4480a41449c1616edc77d2481ebe9aef96530b33 (diff)
downloadrenpy-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.rpy6
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