mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
add nav path from inside of editor
This commit is contained in:
parent
21552a06dd
commit
d1d75ebff7
|
|
@ -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…
Reference in a new issue