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