This might be a stupid question but I have no idea how to do that because the mask has to be a parent of what I want to mask but that also means that I can’t move it without affecting the sprite…
This might be a stupid question but I have no idea how to do that because the mask has to be a parent of what I want to mask but that also means that I can’t move it without affecting the sprite…
At this moment it’s not possible to offset the mask/visuals non-hierarchically: you have to move the parent. As you do so, apply the opposite translation to the children.
This is exactly what I needed. Thanks!