diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-19 20:47:58 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-19 20:47:58 +1000 |
commit | d65bc3cc8d3bb9793e5d4f8d7aa223abbc001886 (patch) | |
tree | bb24fb2bbfb5e89e12dcfe455e44dd360c4503de /assets/opensb/binds | |
parent | ec4f70340e0f9a3a867aef7d39df19457bec1d3e (diff) |
Add collision cycling to Material items
Diffstat (limited to 'assets/opensb/binds')
-rw-r--r-- | assets/opensb/binds/opensb.binds | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/assets/opensb/binds/opensb.binds b/assets/opensb/binds/opensb.binds index 2f84e37..43493e8 100644 --- a/assets/opensb/binds/opensb.binds +++ b/assets/opensb/binds/opensb.binds @@ -2,7 +2,8 @@ "opensb": { "groups": { "camera": { "name": "Camera" }, - "voice": { "name": "Voice" } + "voice": { "name": "Voice" }, + "building": { "name": "Building" } }, "name": "Open^#ebd74a;Starbound", "binds": { @@ -11,7 +12,7 @@ "type": "key", "value": "=" }], - "group" : "camera", + "group": "camera", "name": "Zoom In" }, "zoomOut": { @@ -19,13 +20,18 @@ "type": "key", "value": "-" }], - "group" : "camera", + "group": "camera", "name": "Zoom Out" }, "pushToTalk": { "default": [], - "group" : "voice", + "group": "voice", "name": "Push To Talk" + }, + "materialCycleCollision": { + "default": [], + "group": "building", + "name": "Cycle Material Collision" } } } |