0.2.1 • Published 9 years ago

voxel-flight v0.2.1

Weekly downloads
2
License
BSD
Repository
github
Last release
9 years ago

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

0.2.1

9 years ago

0.2.0

9 years ago