add:添加石柱,调整第三个和第四个boss

This commit is contained in:
bzx
2026-01-30 12:36:45 +08:00
parent 384a71048d
commit c859df9fc2
310 changed files with 47221 additions and 235 deletions

View File

@@ -18,7 +18,7 @@ using Random = UnityEngine.Random;
public enum GamePlace
{
// Test = -1,
Company1Floor = 0,
Company1Floor = 0,
Company1FloorShiwai=-999,
LiaoningAnShan = 1,
Liaoning_AnShan_Lishan_Dayuecheng =-1,
@@ -315,14 +315,14 @@ public class GameManager : MonoBehaviour
public void GamePlay()
{
//修改处创建AI角色
CreateAICharacter();
PlayerUIMessage(0);
// CreateAICharacter();
// PlayerUIMessage(0);
// CoroutineTaskManager.Instance.WaitSecondTodo(() =>
// AudioManager.Ins?.SoundPlay("bgm2", true), 10f);
// CoroutineTaskManager.Instance.WaitSecondTodo(() =>
// AudioManager.Ins?.SoundPlay("2.39BGM", true), 30f);
// isGamePlay = true;
// CreateBoss(GameInit.Ins.allBossPos[0].position);
isGamePlay = true;
CreateBoss(GameInit.Ins.allBossPos[0].position);
}
//修改处添加AI介绍完成后的游戏开始方法