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

Wonderfully absurd and a blast to play! Had some really good humor and gameplay!

I do have one question: How did you get the mouse cursor to be locked in the browser? I couldn't figure that out! 

(+1)

Please save your questions to the end of the tour ;)

Okey, but in all seriousness... I used the following Input functions from the characters script to capture and release the cursor. Hope this helps.

Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)