This commit is contained in:
2024-08-03 23:54:37 +08:00
parent d5f2f65ee6
commit a81cde8e82
108 changed files with 7182 additions and 2487 deletions

View File

@@ -77,7 +77,9 @@ export class MapViewComp extends CCComp {
let name = smc.heros[0].name
monster.load(pos,speed,camp,prefab_path,name);
smc.heros.splice(0,1)
}
}
smc.vm_data.hp.min = 100
}
private addMonster(name:string = "niu",speed:number = 100) {