فهرست منبع

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();
 }