diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-02 08:16:14 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-02 08:16:14 +1000 |
commit | 3fc7a85a525ad98e44268fed3f3852ba4e6e7336 (patch) | |
tree | b451b4d72e8d2dcaf5cd629c2b4b639fde11f987 /assets/opensb/binds | |
parent | 15b0e9946049946133c9c932ef23d06a665f63fb (diff) |
More work on the Input system
Diffstat (limited to 'assets/opensb/binds')
-rw-r--r-- | assets/opensb/binds/opensb.binds | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/opensb/binds/opensb.binds b/assets/opensb/binds/opensb.binds new file mode 100644 index 0000000..f493148 --- /dev/null +++ b/assets/opensb/binds/opensb.binds @@ -0,0 +1,16 @@ +{ + "opensb": { + "name": "OpenStarbound", + "bannerName" : "Open^#ebd74a;Starbound", + "binds": { + "test": { + "default": [{ + "type": "key", + "value": "C", + "mods": ["LShift"] + }], + "name": "Test Bind" + } + } + } +}
\ No newline at end of file |