max-mapper / voxel-engine

3D HTML5 voxel game engine
http://maxogden.github.com/voxel-engine
BSD 3-Clause "New" or "Revised" License
1.29k stars 220 forks source link

add the player/item collision event back in #105

Open rscummings opened 9 years ago

rscummings commented 9 years ago

While playing with the project, I noticed this event was missing, so I decided to add it back in:

game.on('collision', function(item) {})