修改本体,添加CrossTrackPoint兼容层,兼容StaticTrack Hold,为难度选项扩增全屏可选,添加和调整某些谱面
Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user