Skip to content

Commit 010fa23

Browse files
authored
Merge pull request GarageGames#2068 from John3/navPath
add navPath from inside of WEditor
2 parents 6d4a620 + db41c6e commit 010fa23

File tree

2 files changed

+2
-0
lines changed
  • Templates

2 files changed

+2
-0
lines changed

Templates/BaseGame/game/tools/navEditor/main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ function destroyNavEditor()
9696
EWCreatorWindow.beginGroup("Navigation");
9797

9898
EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
99+
EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
99100

100101
EWCreatorWindow.endGroup();
101102
}

Templates/Full/game/tools/navEditor/main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ function destroyNavEditor()
9696
EWCreatorWindow.beginGroup("Navigation");
9797

9898
EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
99+
EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
99100

100101
EWCreatorWindow.endGroup();
101102
}

0 commit comments

Comments
 (0)