This website requires JavaScript.
Explore
Help
Sign In
seedlingattempt
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
customized-moa
godot
/
modules
/
navigation_2d
/
config.py
7 lines
105 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
[Navigation] Create a dedicated 2D navigation server * Add a dedicated 2D server * Create dedicated tests * Split performance metrics between 2D and 3D * Rename the 3D only server module
2025-02-26 11:48:13 +01:00
def
can_build
(
env
,
platform
)
:
Allow to compile templates without navigation features
2025-03-30 13:20:04 -03:00
return
not
env
[
"
disable_navigation_2d
"
]
[Navigation] Create a dedicated 2D navigation server * Add a dedicated 2D server * Create dedicated tests * Split performance metrics between 2D and 3D * Rename the 3D only server module
2025-02-26 11:48:13 +01:00
def
configure
(
env
)
:
pass
Reference in New Issue
Copy Permalink