Bring edgescroll toggling from Wani

This commit is contained in:
2024-10-05 08:09:19 -05:00
parent 963851af8e
commit 7309c68119
3 changed files with 7 additions and 1 deletions

View File

@@ -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