godot-module-template/engine/modules/navigation/config.py

7 lines
94 B
Python
Raw Normal View History

2025-01-17 15:36:38 +00:00
def can_build(env, platform):
return not env["disable_3d"]
def configure(env):
pass