mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
0ee7e3102b
Adds 2D navigation mesh baking.
7 lines
94 B
Python
7 lines
94 B
Python
def can_build(env, platform):
|
|
return not env["disable_3d"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|