1
0
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:
Bad Sector
2024-11-24 19:35:08 +02:00
parent 4364ed6ccd
commit baf03e4fb6
5 changed files with 207 additions and 11 deletions

View File

@@ -7,9 +7,7 @@ def configure(env):
def get_doc_classes():
return [
"GridMap",
]
return ["GridMap", "GridMapEditorPlugin"]
def get_doc_path():