Sfoglia il codice sorgente

Add aircraft cabins

master
Fen Dweller 3 anni fa
parent
commit
c4113c4363
3 ha cambiato i file con 3651 aggiunte e 0 eliminazioni
  1. +16
    -0
      media/attribution.js
  2. +3619
    -0
      media/vehicles/Aircraft Cabins/737-Cross Section.svg
  3. +16
    -0
      presets/vehicles.js

+ 16
- 0
media/attribution.js Vedi File

@@ -21055,6 +21055,18 @@ const attributionData = {
"jetijones"
]
},
{
prefix: "./media/vehicles/Aircraft Cabins/",
files: [
{ name: "737-Cross Section.svg", source: "https://www.boeing.com/assets/pdf/commercial/airports/acaps/737.pdf" },
],
authors: [
"boeing"
],
owners: [
"boeing"
]
},

],
people: {
@@ -27454,6 +27466,10 @@ const attributionData = {
"name": "ten",
"url": "https://twitter.com/kitsuneten"
},
"boeing": {
"name": "Boeing",
"url": "https://www.boeing.com/"
},
}
}



+ 3619
- 0
media/vehicles/Aircraft Cabins/737-Cross Section.svg
File diff soppresso perché troppo grande
Vedi File


+ 16
- 0
presets/vehicles.js Vedi File

@@ -1003,5 +1003,21 @@ function makeVehicles() {
false
));

results.push(makeModel({
"name": "Aircraft Cabins",
"kind": "vehicles",
"forms": [
{
"name": "737",
"views": [
{
"name": "Cross Section",
"height": 4.02691801469
}
]
}
]
}))

return results;
}

Loading…
Annulla
Salva