Просмотр исходного кода

add nav path from inside of editor

Johxz 8 лет назад
Родитель
Сommit
d1d75ebff7

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