godot_fastnoise/config.py

18 lines
225 B
Python
Raw Normal View History

2016-05-02 17:19:15 +02:00
def get_doc_classes():
return [
"FastNoise",
"FastnoiseNoiseParams",
]
def get_doc_path():
return "doc_classes"
2019-08-13 23:39:07 +02:00
def can_build(env, platform):
2016-12-23 16:23:53 +01:00
return True
2016-05-02 17:19:15 +02:00
def configure(env):
pass