You've already forked taptap2024_GJ_chidouren
update core 完善核心游戏循环
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user