Browse Source

Add NavMesh to World Editor

Lukas Aldershaab 5 năm trước cách đây
mục cha
commit
1950f68769
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Templates/BaseGame/game/tools/navEditor/main.cs

+ 1 - 0
Templates/BaseGame/game/tools/navEditor/main.cs

@@ -97,6 +97,7 @@ function NavEditorPlugin::onWorldEditorStartup(%this)
 
       EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
       EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
+	  EWCreatorWindow.registerMissionObject("NavMesh", "Navigation mesh");
 
    EWCreatorWindow.endGroup();
 }