From 52de19950d766ce88d1720d53e47d5f98d3b0410 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Tue, 21 May 2024 02:07:48 +0100 Subject: [PATCH] Bug fix --- game/scripts/gui/say.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/scripts/gui/say.rpy b/game/scripts/gui/say.rpy index 71ab3901..74373790 100644 --- a/game/scripts/gui/say.rpy +++ b/game/scripts/gui/say.rpy @@ -189,11 +189,11 @@ transform gui_perspective_hover: easein 0.1 matrixtransform ScaleMatrix(1.05, 1.05, 1.05) easeout 0.1 matrixtransform ScaleMatrix(1.0, 1.0, 1.0) -transform gui_show_hide(new_widget=None, old_widget=None): - delay 0.1 +transform gui_show_hide: on start: alpha 0 zoom 1.05 + pause 0.1 easein 0.1 zoom 1.00 alpha 1 on hide: easeout 0.1 zoom 0.95 alpha 0