Change color sprite

I have two monster purple and red. Each about 100 identical sprite animation.
Now I’m trying to reduce the size of the application. And I want to remove one of the atlas animations

Can I change the color of the monster without changing the color of his eyes?
If I use “Tint” shader, it changes color completely. And I want to eyes were white.

alt text

Yes.

Make the eyes a separate sprite attached as a child to the character’s body.

Then just change the tint on the main character body.