You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
313 B
6 lines
313 B
先通过 当前关卡id 和 波次id 从LevelWaveCfg中 取出波次的ID;
|
|
再通过波次ID取到WaveStructCfg中的波次结构/形状 和 用于填充的 怪物组/怪物ID;
|
|
根据怪物组ID/怪物ID生成波次;
|
|
|
|
|
|
根据 怪物id 当前关卡 和当前波次 决定怪物最终属性(后面再说)
|