Add TextFile support across the editor

This commit is contained in:
Paulb23 2021-09-23 22:09:15 +01:00
parent c38ef94951
commit 6596c7bdc2
12 changed files with 155 additions and 38 deletions

View file

@ -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;