fix indentation and change translation select sound

This commit is contained in:
2022-11-14 17:30:39 -06:00
parent a417554660
commit 9dc329be61
4 changed files with 413 additions and 413 deletions

View File

@ -20,7 +20,7 @@ init 2 python:
{ 'path': "images/NotForKids!/", 'name': "Lewd",
'eval': 'persistent.lewd == True'
}
]
]
#path: folder, name: shows up in gallery, eval: runs eval() on string
"""
@ -378,14 +378,14 @@ screen view_image(item, _origin, zoom = zoom_arr.index(1.0), flag='a'):
yalign 0.975
if (ALLOW_ZOOM) and renpy.variant("small"):
use quick_buttons("gui/button/uioptionbuttons/template_idle.png",
[
[ "+", zoom_a_f ],
[ "-", zoom_b_f ],
[ "Return", zoom_b_f ]
] )
[
[ "+", zoom_a_f ],
[ "-", zoom_b_f ],
[ "Return", zoom_b_f ]
] )
elif renpy.variant("small"):
use quick_buttons("gui/button/uioptionbuttons/template_idle.png",
[
[ "Return", _origin ]
] )
[
[ "Return", _origin ]
] )

View File

@ -74,7 +74,7 @@ init python:
for lb in LangCave.lang_buttons:
lb.selected = False
self.selected = True
onclick_audio(True)
onclick_audio(False)
self.value() #todo: change to function, as value doesn't make sense
if LangCave.on_disable_interactable: