Prevents crash on android emulator

This commit is contained in:
GManon 2023-05-26 15:50:24 -03:00
parent cc54b76cd1
commit ec6955c56a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ init -10 python in draw_logic:
from os import path
SAVE_FOLDER = path.abspath(renpy.config.basedir)
if renpy.android:
if renpy.android and not renpy.config.developer:
SAVE_FOLDER = os.environ["ANDROID_PUBLIC"]
GALLERY_REL_FOLDER = "_draw"
COLOR_CIRCLE = "colors.png"