add start of gun support

This commit is contained in:
Asraelite 2016-03-22 23:46:55 +00:00
parent 444533ce85
commit 65f78ec3ac
19 changed files with 141 additions and 29 deletions

View file

@ -1,13 +1,6 @@
{
"spawnShip": {
"build": {
"hull": "01",
"turrets": [0],
"power": {
"forward": 0.0015,
"back": 0,
"rotation": 0.0001
}
}
"ship": "01",
"turrets": ["01", "01"]
}
}

View file

@ -1,12 +0,0 @@
{
"01": [
[
[1, 28],
[31, 28],
[31, 19],
[19, 2],
[13, 2],
[1, 19]
]
]
}

View file

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