Skip to content

Commit

Permalink
Merge pull request #332 from lukaspj/feature/add-navmesh-to-weditor
Browse files Browse the repository at this point in the history
Add NavMesh to World Editor
  • Loading branch information
Azaezel authored Oct 3, 2020
2 parents 87969e2 + 1950f68 commit 8fdcf2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Templates/BaseGame/game/tools/navEditor/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function destroyNavEditor()

EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
EWCreatorWindow.registerMissionObject("NavMesh", "Navigation mesh");

EWCreatorWindow.endGroup();
}
Expand Down

0 comments on commit 8fdcf2d

Please sign in to comment.