forked from Cavemanon/SnootGame
Trying to fix mods and gallery in android
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user