Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/assets/opensb/binds
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-02 08:16:14 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-02 08:16:14 +1000
commit3fc7a85a525ad98e44268fed3f3852ba4e6e7336 (patch)
treeb451b4d72e8d2dcaf5cd629c2b4b639fde11f987 /assets/opensb/binds
parent15b0e9946049946133c9c932ef23d06a665f63fb (diff)
More work on the Input system
Diffstat (limited to 'assets/opensb/binds')
-rw-r--r--assets/opensb/binds/opensb.binds16
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