From ae54668efb45bf1d6d790d44be0893ce119d47f1 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Thu, 21 Nov 2024 15:58:12 +0000 Subject: [PATCH] Bug fix --- game/scripts/gui/say.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/scripts/gui/say.rpy b/game/scripts/gui/say.rpy index 50736650..780a940c 100644 --- a/game/scripts/gui/say.rpy +++ b/game/scripts/gui/say.rpy @@ -293,7 +293,7 @@ transform gui_hover: transform gui_say_show_hide(what): show_cancels_hide True - on show: + on start, show: alpha 0 zoom 1.05 pause 0.1 @@ -302,7 +302,6 @@ transform gui_say_show_hide(what): alpha 1.0 zoom 1.0 on hide: - # easeout 0.1 zoom 0.95 alpha 0 function renpy.partial(gui_say_hide, what) init python: