From 906e0140b9289516cec9a46f6e036d03e1dc4b1f Mon Sep 17 00:00:00 2001 From: poco0317 Date: Fri, 30 Nov 2018 21:49:22 -0600 Subject: [PATCH] Hide ready and force start buttons when chart preview is on --- .../ScreenSelectMusic decorations/wifeTwirl.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua index ef8a1973a4..75db26bc9b 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua @@ -741,6 +741,14 @@ t[#t + 1] = toggleNoteField() end oldstyle = GAMESTATE:GetCurrentStyle() + end, + ChartPreviewOnMessageCommand = function(self) + ready:Disable() + forceStart:Disable() + end, + ChartPreviewOffMessageCommand = function(self) + ready:Enable() + forceStart:Enable() end }