From c27333f1f256ebb472eaa1a078fcc86ffa392316 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 2 Nov 2022 19:10:37 -0300 Subject: Skip unread text is the new default (there's a "SKIP" button on the quick menu) --- game/options.rpy | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3-70-g09d2