wingbase/server/game/room/world/traits/ships.json
Asraelite 1412cabbb4 add client side physics
by god did this take a lot of debugging to get working
2016-03-24 00:13:10 +00:00

25 lines
278 B
JSON

{
"01": {
"name": "Aiwodge",
"size": "small",
"power": {
"forward": 0.015,
"back": 0,
"rotation": 0.001
},
"hull": [
[
[12, 1],
[29, 13],
[29, 18],
[12, 30],
[3, 30],
[3, 1]
]
],
"mounts": [
[18, 4],
[18, 28]
]
}
}