我死去
目前添加了一个能够深度查找和设置反射的helper,但是Tag的系统仍然不完全,另外我觉得console可以重构了 Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -21,8 +21,11 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
|
||||
}
|
||||
public override void Recover()
|
||||
{
|
||||
noteVisual.noteMain.SetActive(true);
|
||||
|
||||
try
|
||||
{
|
||||
noteVisual.noteMain.SetActive(true);
|
||||
}
|
||||
catch { }
|
||||
if (note is Hold && noteVisual.isHighlighted)
|
||||
{
|
||||
noteVisual.extraPartList[0].gameObject.SetActive(true);
|
||||
@@ -37,7 +40,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
|
||||
effectParticle.Play();
|
||||
|
||||
// effectParticle.transform.DOMove(noteVisual.noteVisualPosition, 0.2f);
|
||||
|
||||
|
||||
if (note is Hold && noteVisual.isHighlighted)
|
||||
{
|
||||
noteVisual.extraPartList[0].gameObject.SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user