You've already forked godot
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user