diff options
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" } } } |