voxel-flight
v0.2.1
Published
flight mode (voxel.js plugin)
Downloads
10
Readme
voxel-flight
Double-tap jump to toggle flight mode, then use jump/crouch to adjust altitude, and land if you hit the ground
Based on voxel-fly by @maxogden, but for voxel-engine-stackgl, no longer controls or depends on voxel-player, and loads as a plugin.
install
npm install voxel-flight
usage
Load with voxel-plugins. Requires voxel-keys.
API
var fly = game.plugins.get('voxel-flight')
Get a reference to the plugin
fly.startFlying()
Start flight, as if the user double-tapped jump to enter flight mode
fly.stopFlying()
Stop flight
fly.toggleFlying()
Toggle flight
License
BSD