Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 864 Bytes

readme.md

File metadata and controls

40 lines (24 loc) · 864 Bytes

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