mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
add nav path from inside of editor
This commit is contained in:
parent
21552a06dd
commit
d1d75ebff7
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