mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 13:44:43 +00:00
4f929a0fdf
recognize them.
15 lines
161 B
Python
15 lines
161 B
Python
|
|
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
def get_doc_classes():
|
|
return ["GridMap"]
|
|
|
|
def get_doc_path():
|
|
return "doc_classes"
|