Changed the saved extension for the importer.

This commit is contained in:
Relintai 2019-10-22 21:02:12 +02:00
parent 1fbde4fc19
commit f65c1ba2ec
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class PackerImageResource : public Texture {
GDCLASS(PackerImageResource, Texture);
RES_BASE_EXTENSION("tres");
RES_BASE_EXTENSION("restex");
public:
int get_width() const;

View File

@ -13,7 +13,7 @@ void PackerImageResourceImporter::get_recognized_extensions(List<String> *p_exte
}
String PackerImageResourceImporter::get_save_extension() const {
return "tres";
return "restex";
}
String PackerImageResourceImporter::get_resource_type() const {