This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
godot
Watch
2
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2025-10-20 00:13:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
876b290332
godot
/
modules
/
navigation_2d
/
config.py
7 lines
105 B
Python
Raw
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 a new issue
Copy permalink