Mix between Nearest-Neighbor and Bilinear?

Hi! I’m trying to resize my sprite and animation, it’s too big.

I tried using nearest-neighbor like this https://i.imgur.com/ziDg8hC.png
but that obviously doesn’t look good. Bilinear looks better, but the AA is terrible.
https://i.imgur.com/sPPCk4E.png

Is there a way to make it the same as it did before, like in bilinear, while keeping the sharpness of nearest-neighbor?

Have you tried changing the Sprite Size? ( Sprite > Sprite Size)

That is what I was doing. I want it to be smaller