diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-20 18:56:50 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-20 18:56:50 +1000 |
commit | 6e7c0498ef18ea558621eb7ca98f91122a55e6a6 (patch) | |
tree | e967d03fbd3222f21e102ec608dc42eb811a990f /assets/opensb/binds | |
parent | 0bb0bd30b00a8c9dd5ee6c0398908ba9d7f057ae (diff) |
Hook tile meshing up to Material Item drop and preview
Diffstat (limited to 'assets/opensb/binds')
-rw-r--r-- | assets/opensb/binds/opensb.binds | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/opensb/binds/opensb.binds b/assets/opensb/binds/opensb.binds index 73ba73b..c52385a 100644 --- a/assets/opensb/binds/opensb.binds +++ b/assets/opensb/binds/opensb.binds @@ -33,15 +33,15 @@ "group": "building", "name": "Cycle Material Collision" }, - "materialRadiusGrow": { + "buildingRadiusGrow": { "default": [], "group": "building", - "name": "Grow Material Radius" + "name": "Grow Building Radius" }, - "materialRadiusShrink": { + "buildingRadiusShrink": { "default": [], "group": "building", - "name": "Shrink Material Radius" + "name": "Shrink Building Radius" } } } |