mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
7 lines
105 B
Python
7 lines
105 B
Python
def can_build(env, platform):
|
|
return not env["disable_navigation_2d"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|