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