From 445b92ff56fdfdf2a982276ff29795576e109be1 Mon Sep 17 00:00:00 2001 From: wookywok <62037083+wookywok@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:03:18 -0500 Subject: [PATCH] also airboarder works now --- Assets/Scripts/Games/Airboarder/Airboarder.cs | 6 +++--- ...ng.UnitySourceGenerator.Editor.ProjectSettingsData.asset | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/Games/Airboarder/Airboarder.cs b/Assets/Scripts/Games/Airboarder/Airboarder.cs index 91e4a1651..58adebfdb 100644 --- a/Assets/Scripts/Games/Airboarder/Airboarder.cs +++ b/Assets/Scripts/Games/Airboarder/Airboarder.cs @@ -500,9 +500,9 @@ namespace HeavenStudio.Games newArch.appearBeat = beat; newArch.gameObject.SetActive(true); if (crouch) { - archBasic.CueCrouch(beat); + archBasic.CueCrouch(beat+25); } else { - newArch.CueDuck(beat); + newArch.CueDuck(beat+25); } } @@ -511,7 +511,7 @@ namespace HeavenStudio.Games Wall newWall = Instantiate(wallBasic, transform); newWall.appearBeat = beat; newWall.gameObject.SetActive(true); - newWall.CueJump(beat); + newWall.CueJump(beat+25); } diff --git a/ProjectSettings/SatorImaging.UnitySourceGenerator.Editor.ProjectSettingsData.asset b/ProjectSettings/SatorImaging.UnitySourceGenerator.Editor.ProjectSettingsData.asset index 263776bd9..adc1456ad 100644 --- a/ProjectSettings/SatorImaging.UnitySourceGenerator.Editor.ProjectSettingsData.asset +++ b/ProjectSettings/SatorImaging.UnitySourceGenerator.Editor.ProjectSettingsData.asset @@ -21,5 +21,6 @@ MonoBehaviour: - Assets/Scripts/Minigames.cs - Assets/Scripts/Games/PowerCalligraphy/Writing.cs - Assets/Scripts/Games/PowerCalligraphy/PowerCalligraphy.cs + - Assets/Scripts/Games/Airboarder/Airboarder.cs PathsToSkipImportEvent: [] PathsToIgnoreOverwriteSettingOnAttribute: []