summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy6
1 files changed, 6 insertions, 0 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index 55a305c..10f7908 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -308,6 +308,12 @@ init -3 python:
return posix/1024.0
# File Managment Functions
+ # We could use Android/data/org.renpy.mygame/files/game
+ # to patch directly and achieve a better experience, BUT
+ # 1. this code is old, and 2. save folder can easily be
+ # retrieved from config and makes testing on Linux closer
+ # to the actual android experience (saves on debugging)
+ # Meanwhile, Windows has all sort of issues.
def get_path(path):
if not renpy.windows:
path=path.replace("/", "_")