mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2024-11-18 20:27:20 +01:00
Forgot project.godot with updated ClassDB
This commit is contained in:
parent
05120ad51a
commit
58b52af43a
@ -44,12 +44,22 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/resources_speadsheet_view/import_export/formats_edit/edit_tres.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "SpreadsheetExportFormatCsv",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/resources_speadsheet_view/import_export/formats_export/export_csv.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "SpreadsheetImport",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/resources_speadsheet_view/import_export/spreadsheet_import.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "SpreadsheetImportFormatCsv",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/resources_speadsheet_view/import_export/formats_import/import_csv.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "TextEditingUtils",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/resources_speadsheet_view/text_editing_utils.gd"
|
||||
@ -72,7 +82,9 @@ _global_script_class_icons={
|
||||
"SpreadsheetEditFormat": "",
|
||||
"SpreadsheetEditFormatCsv": "",
|
||||
"SpreadsheetEditFormatTres": "",
|
||||
"SpreadsheetExportFormatCsv": "",
|
||||
"SpreadsheetImport": "",
|
||||
"SpreadsheetImportFormatCsv": "",
|
||||
"TextEditingUtils": "",
|
||||
"ThemeIconButton": "",
|
||||
"ThemeStylebox": ""
|
||||
|
Loading…
Reference in New Issue
Block a user