forked from Cavemanon/SnootGame
fix gallery & rename seen_image -> mark_image_seen
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user