fix:优化游戏流程,添加多个打击目标,添加芜湖场景

This commit is contained in:
bzx
2025-07-03 18:38:53 +08:00
parent 29812717e4
commit eebb454751
23 changed files with 20513 additions and 20299 deletions

View File

@@ -33,8 +33,6 @@ public class GameInit : MonoBehaviour
[NonSerialized]
public Player self;
public Transform[] movePoses;
private void Awake()
{