mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-23 02:22:49 +01:00
makes the scroll toggle a little smarter
This commit is contained in:
parent
3d51bae4a6
commit
d581c7884c
1 changed files with 2 additions and 3 deletions
|
@ -159,17 +159,16 @@ default persistent.lewd = False
|
||||||
default persistent.autoup = False
|
default persistent.autoup = False
|
||||||
default persistent.show_mod_screenshots = True
|
default persistent.show_mod_screenshots = True
|
||||||
default persistent.gallery_edgescroll = True
|
default persistent.gallery_edgescroll = True
|
||||||
|
default persistent.scroll = False
|
||||||
|
|
||||||
init -999 python:
|
init -999 python:
|
||||||
if persistent.newmods_default_state == None:
|
if persistent.newmods_default_state == None:
|
||||||
persistent.newmods_default_state = False
|
persistent.newmods_default_state = False
|
||||||
|
|
||||||
init python:
|
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:
|
if persistent.scroll == True:
|
||||||
config.keymap['dismiss'].append('mousedown_4')
|
config.keymap['dismiss'].append('mousedown_4')
|
||||||
elif persistent.scroll == None:
|
|
||||||
persistent.scroll = False
|
|
||||||
|
|
||||||
##Default Audio is not ear rape
|
##Default Audio is not ear rape
|
||||||
define config.default_music_volume = 0.48
|
define config.default_music_volume = 0.48
|
||||||
|
|
Loading…
Reference in a new issue