Currently, linked cels share both the image content and its position within the canvas across every frame they’re linked to. It would be great to have an option where linked cels share only the pixel data (so edits propagate to all linked instances as they do now), but each linked instance can have its own X/Y offset per frame.
use case:
less space used on the texture page
(i parse and render aseprite files directly in gamemaker)