Skip to content

Commit 791c74a

Browse files
committed
Change to use kb-bindings instead of kb-controls
See https://github.com/deathcap/kb-bindings
1 parent d7da1f4 commit 791c74a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var glMatrix = require('gl-matrix')
1818
var vector = glMatrix.vec3
1919
var SpatialEventEmitter = require('spatial-events')
2020
var regionChange = require('voxel-region-change')
21-
var kb = require('kb-controls')
21+
var kb = require('kb-bindings')
2222
var physical = require('voxel-physical')
2323
var pin = require('pin-it')
2424
var tic = require('tic')()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"inherits": "1.0.0",
2323
"interact": "0.0.2",
2424
"gl-matrix": "2.0.0",
25-
"kb-controls": "0.0.2",
25+
"kb-bindings": "0.0.3",
2626
"spatial-events": "0.0.1",
2727
"spatial-trigger": "0.0.0",
2828
"collide-3d-tilemap": "0.0.1",

0 commit comments

Comments
 (0)