You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Expose GridMapEditorPlugin to scripts and add methods to manipulate the selection and selected palette item
This commit is contained in:
@@ -7,9 +7,7 @@ def configure(env):
|
||||
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"GridMap",
|
||||
]
|
||||
return ["GridMap", "GridMapEditorPlugin"]
|
||||
|
||||
|
||||
def get_doc_path():
|
||||
|
||||
Reference in New Issue
Block a user