微调
This commit is contained in:
@@ -89,8 +89,14 @@ namespace Ichni.RhythmGame
|
||||
#if UNITY_STANDALONE
|
||||
return new FullScreenNearTimeJudgeUnit(attachedNote);
|
||||
#elif UNITY_ANDROID || UNITY_IOS
|
||||
//return new FullScreenNearTimeJudgeUnit(attachedNote);
|
||||
return new TouchAreaJudgeUnit(attachedNote, areaRadius);
|
||||
if (SettingsManager.instance.gameSettings.judgeType)
|
||||
{
|
||||
return new FullScreenNearTimeJudgeUnit(attachedNote);
|
||||
}
|
||||
else
|
||||
{
|
||||
return new TouchAreaJudgeUnit(attachedNote, areaRadius);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user