forked from Cavemanon/SnootGame
Bring edgescroll toggling from Wani
This commit is contained in:
@@ -211,7 +211,7 @@ screen view_image(item, _origin):
|
||||
viewport id "vie":
|
||||
#Ren'Py isn't smart enough to not edgescroll while pressed,
|
||||
#so we'll have to disable this for mobile
|
||||
if renpy.variant("pc"):
|
||||
if renpy.variant("pc") and persistent.gallery_edgescroll:
|
||||
edgescroll (300, 1800)
|
||||
draggable True
|
||||
arrowkeys True
|
||||
|
Reference in New Issue
Block a user