add nav path from inside of editor

This commit is contained in:
Johxz 2017-08-15 22:41:36 -05:00
parent 21552a06dd
commit d1d75ebff7
2 changed files with 2 additions and 0 deletions

View file

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

View file

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