注释 打印+怪物变强

This commit is contained in:
panfudan
2025-07-21 08:07:53 +08:00
parent c6dea41c80
commit 9fd8fa02af
8 changed files with 106 additions and 83 deletions

View File

@@ -29,7 +29,7 @@ export class MissionMonCompComp extends CCComp {
buffData?: any[] // 使用BuffAttr格式的buff数据
}> = [];
private isSpawning: boolean = false;// 是否正在生成怪物
private spawnInterval: number = 1; // 每个怪物生成间隔时间
private spawnInterval: number = 2; // 每个怪物生成间隔时间
private spawnTimer: number = 0; // 生成计时器
private is_fight:boolean = false;