how can i get left animations
You need to coding for left animations in your game.
You can set sprites mirrored (sorry for my bad english)
It depends on the engine you're using. Generally, there should be an option "flip_h"
if it is unity, do SpriteRenderer.FlipX = true;