fix gallery & rename seen_image -> mark_image_seen

This commit is contained in:
2022-11-11 13:26:41 +11:00
parent 02051ba08b
commit 54f5c7b857
8 changed files with 20 additions and 20 deletions

View File

@ -172,11 +172,11 @@ init 2 python:
path = cp #cp['path']
_str = path+str+"."+ext
print(_str)
#print(_str)
if renpy.loadable(_str): #brute force
add_(str, _str, ext, tab_name) #cp['name'])
print(data)
#print(data)
pass
jsonloadandpop()
@ -299,7 +299,7 @@ if/else flow control & extra parameters for Buttons
"""
screen flag_button(item, yoffset, origin):
python:
flag = True #renpy.seen_image(item['item'])
flag = renpy.seen_image(item['item'])
if flag:
button: