forked from Cavemanon/SnootGame
makes the scroll toggle a little smarter
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user