fix(hero): 修复怪物移动时状态切换问题

refactor(gui): 调整胜利界面布局和组件ID
This commit is contained in:
walkpan
2026-01-03 23:10:58 +08:00
parent f456e93fd8
commit b365783e60
2 changed files with 237 additions and 161 deletions

View File

@@ -97,9 +97,7 @@ export class MonMoveSystem extends ecs.ComblockSystem implements ecs.ISystemUpda
move.moving = false;
}
} else {
if (!model.is_atking) {
view.status_change("idle");
}
view.status_change("idle");
}
}