feat: modules moved and engine moved to submodule

This commit is contained in:
Jan van der Weide 2025-04-12 18:40:44 +02:00
parent dfb5e645cd
commit c33d2130cc
5136 changed files with 225275 additions and 64485 deletions

View file

@ -124,6 +124,11 @@ static Image::Format get_texture_2d_format(const Ref<Texture2D> &p_texture) {
return compressed_texture->get_format();
}
const Ref<PortableCompressedTexture2D> portable_compressed_texture = p_texture;
if (portable_compressed_texture.is_valid()) {
return portable_compressed_texture->get_format();
}
// AtlasTexture?
// Unknown