diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-24 13:29:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-24 13:29:07 -0300 |
commit | fa132c93e3c218150c8982fa8a45c2cf8c41d957 (patch) | |
tree | 683b1505a67292846bb1d886c2c10952e35814c4 | |
parent | 48da5cb94d1de3c04fdb821c00310b3a57680959 (diff) | |
download | client-fa132c93e3c218150c8982fa8a45c2cf8c41d957.tar.gz client-fa132c93e3c218150c8982fa8a45c2cf8c41d957.tar.bz2 client-fa132c93e3c218150c8982fa8a45c2cf8c41d957.tar.xz client-fa132c93e3c218150c8982fa8a45c2cf8c41d957.zip |
Close the game immediately when requested, without prompts.
This allows desktop version to mimic better the Android version.
-rw-r--r-- | game/options.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/options.rpy b/game/options.rpy index eb9bd1b..c034f7f 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -24,7 +24,7 @@ init -2 python: ## this to False to hide the title. define gui.show_name = True - +define _confirm_quit = False ## Text that is placed on the game's about screen. Place the text between the ## triple-quotes, and leave a blank line between paragraphs. |