修改本体,添加CrossTrackPoint兼容层,兼容StaticTrack Hold,为难度选项扩增全屏可选,添加和调整某些谱面

Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
2026-07-18 11:39:55 +08:00
parent 40fa80cd70
commit db5dbe246a
125 changed files with 1510 additions and 1571 deletions

View File

@@ -26,6 +26,11 @@ namespace Ichni
public bool judgeType = false;
public bool autoPlay = false;
public bool ShouldUseFullScreenJudge()
{
return judgeType || InformationTransistor.instance?.difficulty?.ForceFullScreenJudge == true;
}
public GameSettings()
{
@@ -70,4 +75,4 @@ namespace Ichni
I2.Loc.LocalizationManager.UpdateSources();
}
}
}
}