Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi!! First of all, great job! I love all the work you have done with all your bundles.

I just bought all your assets and when I started yesterday to try to animate my player character with your player assets I nocticed that there are no animations or assets for the main character and the enemies looking to the left side. There are assets for up, down and right, but nothing looking left... Is it possible that you forgot to add them? If so, could you add it or are you planning to add it in the next update?

Thanks and again, great job!

(+1)

I didn't add them cause the most common way to deal with right and left side is to flip the sprite through code. In Unity its called "FlipX". Try to google that, its really easy to implement.