Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)(-1)

Awesome game with great visuals!  

Might I ask how did you implement the reverse replay/clones mechanic? Do you keep transform changes and reverse them or something else?

(+1)

Thank you :)

I just stored player's position and animation clip at each frame (in the array). The clones were reading values from this array in the reversed order and updating their position and animation.