moved Box2D to Vendor

This commit is contained in:
Jeena Paradies 2012-07-12 22:40:27 +02:00
parent a6058ce3d3
commit 2c9658012f
9 changed files with 10880 additions and 5 deletions

3
lib/Vendor/Box2D.js vendored Normal file
View file

@ -0,0 +1,3 @@
define(["Vendor/Box2D/Box2D.js"], function() {
return Box2D;
})