0.1.1 • Published 11 years ago

voxel-portal-gun v0.1.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

voxel-portal-gun

A portal gun. Shoot portals and jump through them. Made using @substack's voxel-portal.

example

View this 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.

0.1.1

11 years ago

0.1.0

11 years ago