winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Load key bindings from templates #70

Closed aaronklaassen closed 6 years ago

aaronklaassen commented 6 years ago

Closes #69

If a metadata file was missing keys: bindings: {}, all keys would be mapped to NOP, even if there's a valid template specified. Load from template in that case.

This was mainly an issue in local games, since Network-synced ones write the bindings to metadata.json regardless.