diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-02 19:34:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-02 19:34:39 -0300 |
commit | 3981f4445eb1c8af2027a69d8317b8505478d383 (patch) | |
tree | 86f6acd44fe4551772951633fe0901ed6229476c /game | |
parent | 7ea6097bfad0b96f4df4f3fd09d4e2a76f4ff56f (diff) | |
download | renpy-3981f4445eb1c8af2027a69d8317b8505478d383.tar.gz renpy-3981f4445eb1c8af2027a69d8317b8505478d383.tar.bz2 renpy-3981f4445eb1c8af2027a69d8317b8505478d383.tar.xz renpy-3981f4445eb1c8af2027a69d8317b8505478d383.zip |
Matt asked for more verbosity here
Diffstat (limited to 'game')
-rw-r--r-- | game/client.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client.rpy b/game/client.rpy index 2869375..30665ed 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -98,7 +98,7 @@ init 2 python: ######################################################################## ## Loop - statusmsg="" + statusmsg=_("You can minimize this window now.\n\nWorld selection list will be shown once you quit the current world.") # If cutscene, wait while SCR_CUTIN != "": sdelay(0.2) |