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

BIN
lib/Vendor/.DS_Store vendored Normal file

Binary file not shown.

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

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

10861
lib/Vendor/Box2D/Box2D.js vendored Normal file

File diff suppressed because it is too large Load diff

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

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