diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-20 13:57:27 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-20 13:57:27 +1000 |
commit | e5c6d005d712f828f1c923c9cfb74528ce4500ce (patch) | |
tree | bd892192fc9bab52f222a4d7c9902d4497939ecb /assets/opensb/binds | |
parent | 70ab7cade0885f21295790592d079483fc568342 (diff) |
Add binds to modify material radius
Diffstat (limited to 'assets/opensb/binds')
-rw-r--r-- | assets/opensb/binds/opensb.binds | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/assets/opensb/binds/opensb.binds b/assets/opensb/binds/opensb.binds index 43493e8..73ba73b 100644 --- a/assets/opensb/binds/opensb.binds +++ b/assets/opensb/binds/opensb.binds @@ -28,10 +28,20 @@ "group": "voice", "name": "Push To Talk" }, - "materialCycleCollision": { + "materialCollisionCycle": { "default": [], "group": "building", "name": "Cycle Material Collision" + }, + "materialRadiusGrow": { + "default": [], + "group": "building", + "name": "Grow Material Radius" + }, + "materialRadiusShrink": { + "default": [], + "group": "building", + "name": "Shrink Material Radius" } } } |