Reimplements translation selector, adds Spanish translation, accomodates the game for Android devices. #4

Merged
MapAnon merged 26 commits from Legalo/IWaniHugThatGator-Demo-Public:master into master 2023-05-26 23:27:47 +00:00
56 changed files with 24275 additions and 133 deletions
Showing only changes of commit ec6955c56a - Show all commits

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"