From d581c7884cc8e9707d96674f97725012cc2fed1f Mon Sep 17 00:00:00 2001 From: Map Date: Mon, 7 Oct 2024 20:15:57 -0500 Subject: [PATCH] makes the scroll toggle a little smarter --- game/options.rpy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/game/options.rpy b/game/options.rpy index 009dde0..37bb07e 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -159,17 +159,16 @@ default persistent.lewd = False default persistent.autoup = False default persistent.show_mod_screenshots = True default persistent.gallery_edgescroll = True +default persistent.scroll = False init -999 python: if persistent.newmods_default_state == None: persistent.newmods_default_state = False init python: - # No idea what this does + # Makes going forward on the scroll wheel advance dialogue, rather than just seen dialogue if persistent.scroll == True: config.keymap['dismiss'].append('mousedown_4') - elif persistent.scroll == None: - persistent.scroll = False ##Default Audio is not ear rape define config.default_music_volume = 0.48