得分结算页面

This commit is contained in:
2025-06-06 22:54:09 +08:00
parent 94128b05ca
commit 63f4d1067e
7 changed files with 6009 additions and 5206 deletions

View File

@@ -256,7 +256,7 @@ export class HeroViewComp extends CCComp {
console.log("角色死亡",this.hero_uuid)
if(this.is_master){
console.log("英雄死亡")
oops.message.dispatchEvent(GameEvent.FightEnd,this)
oops.message.dispatchEvent(GameEvent.FightEnd,{victory:false})
}
}
do_atked(remainingDamage:number){