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

Hey! @Blackthornprod Games could you make a tutorial on how to make the "rope" that followed the mouse and player??
Great game love the relaxing music!

Well, I’m not to familiar with Unity, but from the programming I do know, you should just need to get the locations of the player (Easy enough, I think in unity that is easy to get) and the mouse (Almost every programming IDE has MouseX/MouseY or something similar) then draw a line between them. Hope that helps!