Add TextFile support across the editor
This commit is contained in:
parent
c38ef94951
commit
6596c7bdc2
12 changed files with 155 additions and 38 deletions
|
|
@ -190,6 +190,7 @@ class EditorFileSystem : public Node {
|
|||
|
||||
void _delete_internal_files(String p_file);
|
||||
|
||||
Set<String> textfile_extensions;
|
||||
Set<String> valid_extensions;
|
||||
Set<String> import_extensions;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue