I am trying to create an inventory that has drag & drop items that can be placed out into the game. I'm running into the issue where I can drag and drop the sprite from the inventory into the game and have a new instance of that sprite spawn in the correct inventory slot, but I can't reference the dropped sprite to be able to set the same animation of that sprite to the newly spawned sprite. So instead, it automatically sets the animation to the first animation.