godot/modules/navigation/config.py
Rémi Verschelde 74dc5e27c8
Rename GdNavigationServer to GodotNavigationServer
And rename `gdnavigation` module to simply `navigation`.
2021-06-30 00:35:18 +02:00

7 lines
77 B
Python

def can_build(env, platform):
return True
def configure(env):
pass