Skip to content

Commit 3e68ac2

Browse files
committed
Update docs for new voxel-engine-stackgl replacement for game-shell-voxel. Closes GH-2
1 parent c9f35ec commit 3e68ac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# voxel-wireframe
22

3-
Shows a wireframe around the voxels in [game-shell-voxel](https://github.com/deathcap/game-shell-voxel)
3+
Shows a wireframe around the voxels in [voxel-engine-stackgl](https://github.com/voxel/voxel-engine-stackgl)
44

55
![screenshot](http://i.imgur.com/gbooPeT.png "Screenshot")
66

wire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports.pluginInfo = {
1818
function WireframePlugin(game, opts) {
1919
this.game = game;
2020
this.shell = game.shell;
21-
if (!this.shell) throw new Error('voxel-wireframe requires game-shell-voxel');
21+
if (!this.shell) throw new Error('voxel-wireframe requires voxel-engine-stackgl');
2222

2323
this.shaderPlugin = game.plugins.get('voxel-shader');
2424
if (!this.shaderPlugin) throw new Error('voxel-wireframe requires voxel-shader plugin');

0 commit comments

Comments
 (0)