瀏覽代碼

add nav path from inside of editor

Johxz 8 年之前
父節點
當前提交
d1d75ebff7
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      Templates/BaseGame/game/tools/navEditor/main.cs
  2. 1 0
      Templates/Full/game/tools/navEditor/main.cs

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

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

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

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