From a274b65e9da51cad8f79d58a4845052e81b30f21 Mon Sep 17 00:00:00 2001 From: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:38:31 +0100 Subject: [PATCH] fixed mr game and watch being slow boy --- Assets/Scripts/Games/WorkingDough/WorkingDough.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/WorkingDough/WorkingDough.cs b/Assets/Scripts/Games/WorkingDough/WorkingDough.cs index f8d2024c1..6ad9e1b04 100644 --- a/Assets/Scripts/Games/WorkingDough/WorkingDough.cs +++ b/Assets/Scripts/Games/WorkingDough/WorkingDough.cs @@ -367,9 +367,12 @@ namespace HeavenStudio.Games } } }), + new BeatAction.Action(beat, delegate + { + if (gandwHasEntered && !bgDisabled) gandwAnim.Play("MrGameAndWatchLeverDown", 0, 0); + }), new BeatAction.Action(beat + 1, delegate { - if (gandwHasEntered && !bgDisabled) gandwAnim.Play("MrGameAndWatchLeverDown", 0, 0); if (beat + 1 > GetLastIntervalBeforeBeat(beat + 1).beat + GetLastIntervalBeforeBeat(beat + 1).length) { ballTransporterLeftNPC.GetComponent().Play("BallTransporterLeftClose", 0, 0);