first attempt of implmenting asm style box2d engine

This commit is contained in:
logsol 2014-06-15 01:36:02 +02:00
parent ebf167107a
commit cca3a258ba
12 changed files with 12255 additions and 10876 deletions

5
app/Lib/Vendor/Box2D/test.js vendored Normal file
View file

@ -0,0 +1,5 @@
function test() {
console.log('my test')
}
var test2 = 'test2';