Prevents crash on android emulator
This commit is contained in:
parent
cc54b76cd1
commit
ec6955c56a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user