From fa132c93e3c218150c8982fa8a45c2cf8c41d957 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Dec 2020 13:29:07 -0300 Subject: Close the game immediately when requested, without prompts. This allows desktop version to mimic better the Android version. --- game/options.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-70-g09d2