chore(enemy): [临时调试] E001 出生即巡逻,用于真机验证中心悬空导致导航失效的问题
代码处已留 [临时调试] 标记,验证结束后改回 Entry=Idle_Disguise。
This commit is contained in:
@@ -20,7 +20,9 @@ namespace BaseGames.Enemies
|
|||||||
Alert = "Alert",
|
Alert = "Alert",
|
||||||
Chase = "Chase",
|
Chase = "Chase",
|
||||||
Death = "Death",
|
Death = "Death",
|
||||||
Entry = "Idle_Disguise",
|
// [临时调试] 出生即巡逻,用于真机验证"中心悬空导致导航寻路失效"是否真实存在。
|
||||||
|
// 验证完成后必须改回 "Idle_Disguise"(伪装静止)。
|
||||||
|
Entry = "Move_Patrol",
|
||||||
Rest = "Move_Patrol",
|
Rest = "Move_Patrol",
|
||||||
|
|
||||||
IdleMode = LocomotionMode.Idle,
|
IdleMode = LocomotionMode.Idle,
|
||||||
|
|||||||
Reference in New Issue
Block a user