From bcbdc23967597e810ff9358bc16356bcd325ee8e Mon Sep 17 00:00:00 2001 From: nutbuster Date: Mon, 19 Jul 2021 18:13:52 +1000 Subject: [PATCH] Speed up transition --- game/options.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/options.rpy b/game/options.rpy index 7c99856..1f158c7 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -77,7 +77,7 @@ define config.exit_transition = dissolve ## Between screens of the game menu. -define config.intra_transition = dissolve +define config.intra_transition = Dissolve(0.20) ## A transition that is used after a game has been loaded.