Browse Source

Merge pull request #499 from smix8/master

3D NavMesh Demo - fix for navmesh (re)baking issue
Aaron Franke 5 years ago
parent
commit
b7b3a75389
2 changed files with 2 additions and 2 deletions
  1. 1 1
      3d/navmesh/navmesh.gd
  2. 1 1
      3d/navmesh/navmesh.tscn

+ 1 - 1
3d/navmesh/navmesh.gd

@@ -1,6 +1,6 @@
 extends Navigation
 
-const SPEED = 4.0
+const SPEED = 10.0
 
 var camrot = 0.0
 

File diff suppressed because it is too large
+ 1 - 1
3d/navmesh/navmesh.tscn


Some files were not shown because too many files changed in this diff