Browse Source

Add an aircraft hangar door

master
Fen Dweller 4 years ago
parent
commit
20e0346468
3 changed files with 11 additions and 0 deletions
  1. +1
    -0
      media/attribution.js
  2. +9
    -0
      media/buildings/doorways/small-private-hangar.svg
  3. +1
    -0
      presets/buildings.js

+ 1
- 0
media/attribution.js View File

@@ -1186,6 +1186,7 @@ const attributionData = {
{ name: "residential.svg", source: null },
{ name: "garage-door.svg", source: null },
{ name: "double-garage-door.svg", source: null },
{ name: "small-private-hangar.svg", source: null },
],
authors: [
"chemicalcrux"


+ 9
- 0
media/buildings/doorways/small-private-hangar.svg View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="2101" height="526" viewBox="0 0 2101 526" style="enable-background:new 0 0 2101 526;" xml:space="preserve">
<style type="text/css">
.st0{fill:#1A1A1A;stroke:#000000;stroke-miterlimit:10;}
</style>
<polygon class="st0" points="0.5,0.5 0.5,525.5 50.5,525.5 50.5,50.5 2050.5,50.5 2050.5,525.5 2100.5,525.5 2100.5,0.5 "/>
</svg>

+ 1
- 0
presets/buildings.js View File

@@ -225,6 +225,7 @@ function makeBuildings() {
["residential", 83, "inches"],
["garage-door", 7.5, "feet"],
["double-garage-door", 7.5, "feet"],
["small-private-hangar", 10.5, "feet"],
],
"Doorways",
"",


Loading…
Cancel
Save