Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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

(+1)

Mostly works. A few issues:

  1. 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.
  2. You cannot look using the right stick. So to look you have to use your mouse.
  3. 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.

https://github.com/dragonforge-dev/dragonforge-controller

(+1)

Thanks, will do!