gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
168 stars 10 forks source link

Custom Input Mapping #1

Closed RobDavenport closed 1 year ago

RobDavenport commented 2 years ago

Currently, all of the controls are hard coded.

It would be good if users could bind their own keys.

I think using a key configuration .json would suffice and just saving/loading this as necessary.