diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-07-19 21:40:05 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-07-19 21:40:05 -0300 |
commit | 79a7473cac40049769121a3a619b0d1e08899353 (patch) | |
tree | cf39d01dd950d477c04a2f2b6a0727096c9a5847 /core/io/resource_loader.h | |
parent | 0988970c1fca780f51ba4f2dce6afebdfef7f292 (diff) | |
download | redot-engine-79a7473cac40049769121a3a619b0d1e08899353.tar.gz |
put text formats for resources and scenes as priority
Diffstat (limited to 'core/io/resource_loader.h')
-rw-r--r-- | core/io/resource_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/resource_loader.h b/core/io/resource_loader.h index 6404e6cb13..f976a43d91 100644 --- a/core/io/resource_loader.h +++ b/core/io/resource_loader.h @@ -102,7 +102,7 @@ public: static Ref<ResourceImportMetadata> load_import_metadata(const String &p_path); static void get_recognized_extensions_for_type(const String& p_type,List<String> *p_extensions); - static void add_resource_format_loader(ResourceFormatLoader *p_format_loader); + static void add_resource_format_loader(ResourceFormatLoader *p_format_loader,bool p_at_front=false); static String get_resource_type(const String &p_path); static void get_dependencies(const String& p_path,List<String> *p_dependencies,bool p_add_types=false); static Error rename_dependencies(const String &p_path,const Map<String,String>& p_map); |