Create 4 extra sprites (these will be your collision boxes which will represent the different faces).
Give them an instance variable (colour - "red", "blue", "yellow", "green")
Pin those sprites to each side of your initial sprite.
Then on collision with any of those, check if the colour instance var is "red" (if that's the face that will kill the player).