1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Hide "Script" section in the "TilesetEditorContext"

This commit is contained in:
Michael Alexsander Silva Dias
2018-12-07 02:18:02 -02:00
parent ce3f3a9f82
commit d514ac405b
2 changed files with 7 additions and 0 deletions

View File

@@ -2442,6 +2442,11 @@ void TilesetEditorContext::_get_property_list(List<PropertyInfo> *p_list) const
}
}
void TilesetEditorContext::_bind_methods() {
ClassDB::bind_method("_hide_script_from_inspector", &TilesetEditorContext::_hide_script_from_inspector);
}
TilesetEditorContext::TilesetEditorContext(TileSetEditor *p_tileset_editor) {
tileset_editor = p_tileset_editor;