I have a 2D object with a couple of animations using a sprite sheet. But now I have to recreate this object to face different directions (up,down,left,right). Since it has a shadow on the sprites, I need to use a different sprite sheet for each direction, but I didn't want to multiply the number of animations by the number of new objects when I could just reference them to a different sprite sheet (with the exact same size).
Is there a way to do this?
↧