Hey there, I just added controller support to the web version. If you would be up for it, a quick test to see if it works and is implemented well would be greatly appreciated :)
Mostly works. A few issues:
- On the main menu you cannot select anything with the controller. You can fix this with a grab_focus() on the first button in the menu in the _ready() function of the main menu or the button. You also will want to add the XBox A button to the ui_accept built-in action.
- You cannot look using the right stick. So to look you have to use your mouse.
- All the buttons seemed to work. Except I couldn't pick up the bobby pin with the controller. X worked everywhere else though.
Take a look at this plugin I made. You can either use it or steal code from it.