Skip to content

Commit

Permalink
Remove terrain generator in favor of voxel-flatland
Browse files Browse the repository at this point in the history
TODO: move the original generator (has a demonstration of glass, and
some other more complex generation, but like voxel-land) to another
plugin, #6
  • Loading branch information
deathcap committed Jan 19, 2016
1 parent 2731af8 commit 8d5093b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 127 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ var main = function() {
createEngine({pluginLoaders: {
'./lib/blocks.js': require('./lib/blocks.js'),
'voxel-flatland': require('voxel-flatland'),
//'./terrain.js: require('./lib/terrain.js'),
}, exposeGlobal: true, pluginOpts: {
'game-shell-fps-camera': {position: [-4, -40, -5], rotationX:15*Math.PI/180, rotationY:135*Math.PI/180 },

'./lib/blocks.js': {},
'voxel-flatland': {block: 'bedrock'},

//'./lib/terrain.js': {}
}})
};

Expand Down
124 changes: 0 additions & 124 deletions lib/terrain.js

This file was deleted.

0 comments on commit 8d5093b

Please sign in to comment.