voxel-portal-gun
v0.1.1
Published
A portal gun for voxel.js
Downloads
10
Readme
voxel-portal-gun
A portal gun. Shoot portals and jump through them. Made using @substack's voxel-portal.
example
// Create a portal gun by giving it a copy of the game
var shoot = require('voxel-portal-gun')(game);
// on mouseup, shoot a portal
window.addEventListener('mouseup', shoot.bind(this), false);
install
With npm do:
npm install voxel-portal-gun
Use browserify to require('voxel-portal-gun')
.
release history
- 0.1.0 - initial release
license
Copyright (c) 2013 Kyle Robinson Young Licensed under the MIT license.