add client side physics

by god did this take a lot of debugging to get working
This commit is contained in:
Asraelite 2016-03-24 00:13:10 +00:00
parent 65f78ec3ac
commit 1412cabbb4
19 changed files with 697 additions and 71 deletions

View file

@ -3,23 +3,23 @@
"name": "Aiwodge",
"size": "small",
"power": {
"forward": 0.0015,
"forward": 0.015,
"back": 0,
"rotation": 0.0001
"rotation": 0.001
},
"hull": [
[
[3, 1],
[3, 30],
[12, 30],
[29, 18],
[12, 1],
[29, 13],
[12, 1]
[29, 18],
[12, 30],
[3, 30],
[3, 1]
]
],
"mounts": [
[18, 4],
[18, 27]
[18, 28]
]
}
}