mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
moved Box2D to Vendor
This commit is contained in:
parent
a6058ce3d3
commit
2c9658012f
9 changed files with 10880 additions and 5 deletions
BIN
lib/Vendor/.DS_Store
vendored
Normal file
BIN
lib/Vendor/.DS_Store
vendored
Normal file
Binary file not shown.
3
lib/Vendor/Box2D.js
vendored
Normal file
3
lib/Vendor/Box2D.js
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
define(["Vendor/Box2D/Box2D.js"], function() {
|
||||
return Box2D;
|
||||
})
|
||||
10861
lib/Vendor/Box2D/Box2D.js
vendored
Normal file
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
3
lib/Vendor/SocketIO.js
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
define(["socket.io/socket.io.js"], function() {
|
||||
return socket.io;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue