summaryrefslogtreecommitdiff
path: root/game/script.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/script.rpy')
-rw-r--r--game/script.rpy5
1 files changed, 5 insertions, 0 deletions
diff --git a/game/script.rpy b/game/script.rpy
index 0b4fa11..619d532 100644
--- a/game/script.rpy
+++ b/game/script.rpy
@@ -32,6 +32,11 @@ label start:
$ stdout("Connection established!")
+ # FIXME: This be bad for old phones
+ # Load all downloaded images to RAM
+ # (For a smoother gameplay)
+ $ renpy.invoke_in_thread(async_loader)
+
# Open game
scene bg town with Dissolve(0.3)
pause 0.1