How can I have enemies displayed as 2D sprites like in old-school shooters?

Don’t worry I’m not that crazy :slight_smile: I already have some sprite sheets.

I want to do it for learning purposes.

So in theory I need to figure out a way to detect where are the characters looking at, calculate their relative space locations and make the system adapt flipbooks on the fly based on that information.

Something like that?