pandemonium_engine/modules/steering_ai/config.py
Relintai 9fed52de03 Added a new steering_ai module.
It's a modified verion of https://github.com/GDQuest/godot-steering-ai-framework which I converted to c++ using thr converter srcipt.
It still needs to be cleaned.
2023-01-13 21:13:57 +01:00

17 lines
228 B
Python

def can_build(env, platform):
return True
def configure(env):
pass
def get_doc_classes():
return [
#"",
]
def get_doc_path():
return "doc_classes"
def get_license_file():
return "COPYRIGHT.txt"