update core 完善核心游戏循环

This commit is contained in:
2024-10-26 21:50:45 +08:00
parent a5ae3c79dc
commit 6c3690c802
7 changed files with 61 additions and 90 deletions

View File

@@ -53,7 +53,6 @@ namespace Views{
rightFragment.effectFactor = 1;
}
await UniTask.Delay (500);
UpdateAnim (index);
}
@@ -79,6 +78,7 @@ namespace Views{
else
{
//播放结尾gc动画
RoomManager.Instance._BossSceneDirector.Play();
}
});
});
@@ -152,6 +152,7 @@ namespace Views{
3 => this.bluePoint,
_ => null
};
await UniTask.Delay (500);
await AnimOpen (effects , point);
if (index >= 3)
{