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!
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)