diff options
-rw-r--r-- | game/renpy.rpy | 3 |
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 |