From 0da545a13b149e4c4d7d30e0ba3867f935c49e03 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Tue, 21 May 2024 02:28:55 +0100 Subject: [PATCH] Avoid double click --- game/scripts/gui/say.rpy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/scripts/gui/say.rpy b/game/scripts/gui/say.rpy index 69c4136d..fc4bb2ea 100644 --- a/game/scripts/gui/say.rpy +++ b/game/scripts/gui/say.rpy @@ -203,10 +203,12 @@ transform gui_show_hide: transform gui_choice_show_hide: show_cancels_hide False on start: + events False xoffset -100 alpha 0 pause 0.1 easein 0.1 alpha 1 xoffset 0 + events True on hide: easeout 0.2 alpha 0 xoffset 100