Trying to fix mods and gallery in android

This commit is contained in:
2022-11-29 00:40:14 -03:00
parent 60a1748177
commit 001d7fff0f
2 changed files with 43 additions and 11 deletions

View File

@@ -109,7 +109,7 @@ init 2 python:
#CACHE_PATH = config.basedir.replace("\\","/") + "/game/cache/"
FILENAME = os.path.join(config.basedir, 'game/src/gallery_dataset.json')
#CACHE_PATH = config.basedir.replace("\\","/") + "/game/cache/"
fp = open(FILENAME)
fp = renpy.open_file('src/gallery_dataset.json')
data = json.load(fp)
list_img = renpy.list_images()