Reimplements translation selector, adds Spanish translation, accomodates the game for Android devices. #4
@ -11,6 +11,8 @@ init -10 python in draw_logic:
|
||||
from os import path
|
||||
|
||||
SAVE_FOLDER = path.abspath(renpy.config.basedir)
|
||||
if renpy.android:
|
||||
SAVE_FOLDER = os.environ["ANDROID_PUBLIC"]
|
||||
GALLERY_REL_FOLDER = "_draw"
|
||||
COLOR_CIRCLE = "colors.png"
|
||||
DRAW_SAVE_NAME = "Drawing"
|
||||
|
Reference in New Issue
Block a user