1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Made a few tweaks to the interface

This commit is contained in:
BastiaanOlij
2017-09-29 21:36:27 +10:00
parent ba2c49531d
commit ce74efacbb
17 changed files with 543 additions and 118 deletions

View File

@@ -3,4 +3,10 @@ def can_build(platform):
return True
def configure(env):
pass
pass
def get_doc_classes():
return ["MobileVRInterface"]
def get_doc_path():
return "doc_classes"