fix(hero): 修复怪物移动时状态切换问题
refactor(gui): 调整胜利界面布局和组件ID
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user