血条显示修改

This commit is contained in:
2025-06-12 20:30:19 +08:00
parent c35ae83511
commit 6aeee46c7c
27 changed files with 65 additions and 70 deletions

View File

@@ -20,7 +20,6 @@ export class BattleMoveSystem extends ecs.ComblockSystem implements ecs.ISystemU
const shouldStop = this.checkEnemiesInFace(e);
view.is_atking = this.checkEnemiesInRange(e, view.dis);
console.log("shouldStop",shouldStop,"view.is_atking",view.is_atking)
// 更新渲染层级
this.updateRenderOrder(e);