2
0
mirror of https://github.com/godotengine/godot.git synced 2025-01-24 21:01:50 +08:00
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