本地数据存取 完成

This commit is contained in:
panfudan
2025-08-12 16:58:29 +08:00
parent 5dd354a86b
commit b77f023548
9 changed files with 1376 additions and 43 deletions

View File

@@ -101,7 +101,7 @@ export class MissionMonCompComp extends CCComp { // 添加刷怪队列 - 使
this.isPausing = false;
this.spawnTimer = 0;
const currentStage = smc.vmdata.mission_data.current_wave;
const currentStage = smc.data.mission;
// 使用新的肉鸽关卡配置
const stageType = getStageType(currentStage);
const monsterConfigs = getStageMonsterConfigs(currentStage);