Hi,
When I add a PNG image to godot, it creates a corresponding stex file under .import.
When I export the project, it includes both the .stex and the original .PNG. This doubles the size of the exported project.
Is this correct? Or should my .pck be built only from the .import files? Thanks!