Преглед на файлове

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