summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-10 22:30:04 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-10 22:30:04 -0300
commitfdba5228b37e25e7a48394e75ba54da66cbf70aa (patch)
tree932cac2d27df4d68d48ea241d231a5cc4c9d8100
parentd48981c430c487b6b34af5dae077563fcfa652d0 (diff)
downloadrenpy-fdba5228b37e25e7a48394e75ba54da66cbf70aa.tar.gz
renpy-fdba5228b37e25e7a48394e75ba54da66cbf70aa.tar.bz2
renpy-fdba5228b37e25e7a48394e75ba54da66cbf70aa.tar.xz
renpy-fdba5228b37e25e7a48394e75ba54da66cbf70aa.zip
Reskin the error screen
-rw-r--r--game/renpy.rpy3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/renpy.rpy b/game/renpy.rpy
index 3d4696e..edbcf53 100644
--- a/game/renpy.rpy
+++ b/game/renpy.rpy
@@ -111,7 +111,8 @@ label start:
# Kill the program instead of looping back
if not responsive:
- centered "{color=#FFF}An error happened.{/color}"
+ scene black
+ centered "{color=#FFF}{b}An error happened.{/b}\n\nPlease login again. If this issue persists, relaunch the app or {a=https://discord.gg/BQNTe68}contact us{/a}{/color}"
jump die
# Automatically loop back