Skip to content

Commit

Permalink
Remove voxel-walk (disabled) due to AABB incompatibility. Ref GH-52
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Sep 17, 2014
1 parent 9dd8073 commit 3602d5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ require 'voxel-food'
require 'voxel-sfx'
require 'voxel-fly'
require 'voxel-gamemode'
require 'voxel-walk'
require 'voxel-sprint'
require 'voxel-decals'
require 'voxel-mine'
Expand Down Expand Up @@ -163,7 +162,6 @@ main = () ->
'voxel-sfx': {}
'voxel-fly': {flySpeed: 0.8, onDemand: true}
'voxel-gamemode': {}
#'voxel-walk': {} # requires controls target
'voxel-sprint': {}
'voxel-inventory-hotbar': {inventorySize:10}
'voxel-inventory-crafting': {}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"voxel-food": "git://github.com/deathcap/voxel-food.git#6ccdeae234467aa329741789a637c0c030d72eca",
"voxel-sfx": "git://github.com/deathcap/voxel-sfx.git#c206d7b72f7daf7e8c5c672758ef59ee4d127c9c",
"voxel-fly": "git://github.com/deathcap/voxel-fly.git#7267be7fc1eddffb51bc635d82b711eb7b634c3b",
"voxel-walk": "git://github.com/deathcap/voxel-walk.git#5480af3d7fc7fed78df59827b97870ab42043e45",
"voxel-sprint": "git://github.com/deathcap/voxel-sprint.git#84082f70a0c3706137ad6ad26d58fd8a32ac562c",
"voxel-reach": "git://github.com/deathcap/voxel-reach.git#c69c4d3f0bdd30811ed6de603d5d8d517b704c9c",
"voxel-decals": "git://github.com/deathcap/voxel-decals.git#9df7a2ecf2b81b2a3ef27c4e0f4bb23bc088766f",
Expand Down

0 comments on commit 3602d5f

Please sign in to comment.