summaryrefslogtreecommitdiff
path: root/game/03_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-24 13:03:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-24 13:03:06 -0300
commit4bc40d16b5fa2a3b821063b52ae06251c4e51bd0 (patch)
tree21a9db5b7392ad41da312dcd83d82775a5822f0b /game/03_init.rpy
parent509dcd844531f7599b18fbe58ed45ec32b9b7d84 (diff)
downloadclient-4bc40d16b5fa2a3b821063b52ae06251c4e51bd0.tar.gz
client-4bc40d16b5fa2a3b821063b52ae06251c4e51bd0.tar.bz2
client-4bc40d16b5fa2a3b821063b52ae06251c4e51bd0.tar.xz
client-4bc40d16b5fa2a3b821063b52ae06251c4e51bd0.zip
We might want time function for this one...
Diffstat (limited to 'game/03_init.rpy')
-rw-r--r--game/03_init.rpy4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/03_init.rpy b/game/03_init.rpy
index 3e9e796..a8c178e 100644
--- a/game/03_init.rpy
+++ b/game/03_init.rpy
@@ -329,8 +329,8 @@ init python:
return
# TODO: “Retry?”
except:
- print("Failed, trying again in 1 second...")
- renpy.pause(1.0)
+ print("Failed, trying again in half second...")
+ time.sleep(0.5)
# Image exists, but wasn't loaded yet
if (path != ERR_INVALID and path is not None):