Bug fix
This commit is contained in:
parent
498ede5d91
commit
ae54668efb
@ -293,7 +293,7 @@ transform gui_hover:
|
|||||||
|
|
||||||
transform gui_say_show_hide(what):
|
transform gui_say_show_hide(what):
|
||||||
show_cancels_hide True
|
show_cancels_hide True
|
||||||
on show:
|
on start, show:
|
||||||
alpha 0
|
alpha 0
|
||||||
zoom 1.05
|
zoom 1.05
|
||||||
pause 0.1
|
pause 0.1
|
||||||
@ -302,7 +302,6 @@ transform gui_say_show_hide(what):
|
|||||||
alpha 1.0
|
alpha 1.0
|
||||||
zoom 1.0
|
zoom 1.0
|
||||||
on hide:
|
on hide:
|
||||||
# easeout 0.1 zoom 0.95 alpha 0
|
|
||||||
function renpy.partial(gui_say_hide, what)
|
function renpy.partial(gui_say_hide, what)
|
||||||
|
|
||||||
init python:
|
init python:
|
||||||
|
Loading…
Reference in New Issue
Block a user