Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

nice spiders. not sure what i was doing wrong. right click would show combos in the bottom right. but nothing ever happened? when i left clicked i got nothing?

p.s. the mouse is locked after you die cant start or quit. have to force quit and try again.

Cursor.lockState = CursorLockMode.None; will free it up in unity.
Cursor.visible = true; will show it again.

Depends if you had the right combos. I was only able to implement two different ones so if it wasn't one of the two nothing happens. Yeah, I realized after I had submitted the game that was a bug, need to implement a script next time which changes that.