summaryrefslogtreecommitdiff
path: root/game/script.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-08-06 20:13:42 -0300
committerJesusaves <cpntb1@ymail.com>2022-08-06 20:13:42 -0300
commita209d1487599c55ff3803512a2c3f839258aacbc (patch)
treec3a49bcce0c3c4d14f88815cea31622e71777b89 /game/script.rpy
parentd02b97da9895681e38e99d12cc7af0046dec725b (diff)
downloadclient-a209d1487599c55ff3803512a2c3f839258aacbc.tar.gz
client-a209d1487599c55ff3803512a2c3f839258aacbc.tar.bz2
client-a209d1487599c55ff3803512a2c3f839258aacbc.tar.xz
client-a209d1487599c55ff3803512a2c3f839258aacbc.zip
Fix a bug with async_loader
Diffstat (limited to 'game/script.rpy')
-rw-r--r--game/script.rpy10
1 files changed, 5 insertions, 5 deletions
diff --git a/game/script.rpy b/game/script.rpy
index 2a1f356..7eafe5b 100644
--- a/game/script.rpy
+++ b/game/script.rpy
@@ -32,11 +32,6 @@ 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
@@ -93,6 +88,11 @@ label login:
#while not tr_load:
# sdelay()
+ # FIXME: This be bad for old phones
+ # Load all downloaded images to RAM
+ # (For a smoother gameplay)
+ $ renpy.invoke_in_thread(async_loader)
+
show spinner at truecenter
$ persistent.password=password
$ dlcode-=5000