You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But again same error. I tried to switch to kb-bindings with no result.
Then, i found this message on kb-bindings README.md:
kb-bindings is now deprecated in favor of the following modules:
kb-controls 0.2.0+ (includes configurable bindings map)
voxel-keys (includes key events)
Now i'm really confused.
I also examined the code of voxel-keys and of kb-bindings, and i don't understand how they could cooperate.
Could you help me?
The text was updated successfully, but these errors were encountered:
voxel-keys tries to use the game.buttons.binding property, which is supposed to come from kb-control. voxel-engine currently uses kb-controls 0.0.2, which provides game.buttons, but not game.buttons.binding. Ideally, voxel-engine should use kb-controls 0.2.0+. I forced this in my project using shrinkwrap. I'll probably submit a pull request to voxel-engine.
I'm trying to load voxel-keys but i get this error. So i tried to install game-shell with npm and loaded it via voxel-plugins:
But again same error. I tried to switch to
kb-bindings
with no result.Then, i found this message on kb-bindings README.md:
Now i'm really confused.
I also examined the code of voxel-keys and of kb-bindings, and i don't understand how they could cooperate.
Could you help me?
The text was updated successfully, but these errors were encountered: