Skip to main content

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

I loved the rewind mechanic! can i ask how u did that? my first idea for this game was smthn similar, but time looping engineer puzzles? are u making a Path2d on input? 

I'm glad you liked the rewind, and I think it's really cool we had similar ideas! As for how I made it, there is a script that has a timer for how often we want the frames to be recorded attached to it. Every time the timer goes off, the script records the current place of the player until the allotted time for the player to run around runs out. Then it just plays back the locations backwards with tweens between them so you aren't teleporting everywhere.