From ed89490989677ab7104d87e22c0ecf14e26b30f6 Mon Sep 17 00:00:00 2001 From: Inorizushi Date: Wed, 16 Feb 2022 18:53:45 -0600 Subject: [PATCH] I'd prefer an actual cancel animation --- BGAnimations/ScreenWithMenuElements cancel.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 BGAnimations/ScreenWithMenuElements cancel.lua diff --git a/BGAnimations/ScreenWithMenuElements cancel.lua b/BGAnimations/ScreenWithMenuElements cancel.lua deleted file mode 100644 index c526d2d2..00000000 --- a/BGAnimations/ScreenWithMenuElements cancel.lua +++ /dev/null @@ -1,7 +0,0 @@ -local screen = Var 'LoadingScreen' - -return Def.Actor { - StartTransitioningMessageCommand=function(s) - s:sleep(THEME:GetMetric(screen, 'CancelTransitionSeconds')) - end, -} \ No newline at end of file