mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Merge pull request #2068 from John3/navPath
add navPath from inside of WEditor
This commit is contained in:
commit
010fa23f00
2 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ function NavEditorPlugin::onWorldEditorStartup(%this)
|
|||
EWCreatorWindow.beginGroup("Navigation");
|
||||
|
||||
EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
|
||||
EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
|
||||
|
||||
EWCreatorWindow.endGroup();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ function NavEditorPlugin::onWorldEditorStartup(%this)
|
|||
EWCreatorWindow.beginGroup("Navigation");
|
||||
|
||||
EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
|
||||
EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
|
||||
|
||||
EWCreatorWindow.endGroup();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue