修修补补

Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
2026-07-17 21:09:34 +08:00
parent df453844e4
commit 19bf49289e
26 changed files with 228698 additions and 47852 deletions

View File

@@ -18,7 +18,9 @@ namespace Ichni.RhythmGame.Beatmap
public PixelateEffect_BM(float duration, float bottomX, float bottomY, AnimationCurve intensityCurve)
{
this.effectTime = duration;
#pragma warning disable CS0612
this.duration = duration;
#pragma warning restore CS0612
this.bottomX = Mathf.Clamp01(bottomX);
this.bottomY = Mathf.Clamp01(bottomY);
this.intensityCurve = intensityCurve;

View File

@@ -17,7 +17,7 @@ namespace Ichni.RhythmGame
public float holdEndTime;
public float holdingTime;
public bool isHolding;
public new bool isFinalJudged;
public bool isFinalJudged;
protected List<EffectBase> startHoldEffects;
protected List<EffectBase> holdingEffects;