Przeglądaj źródła

Add garage doors

master
Fen Dweller 4 lat temu
rodzic
commit
af82dddb07
5 zmienionych plików z 24 dodań i 2 usunięć
  1. +2
    -0
      media/attribution.js
  2. +9
    -0
      media/buildings/doorways/double-garage-door.svg
  3. +9
    -0
      media/buildings/doorways/garage-door.svg
  4. +1
    -1
      media/buildings/doorways/residential.svg
  5. +3
    -1
      presets/buildings.js

+ 2
- 0
media/attribution.js Wyświetl plik

@@ -1184,6 +1184,8 @@ const attributionData = {
prefix: "./media/buildings/doorways/",
files: [
{ name: "residential.svg", source: null },
{ name: "garage-door.svg", source: null },
{ name: "double-garage-door.svg", source: null },
],
authors: [
"chemicalcrux"


+ 9
- 0
media/buildings/doorways/double-garage-door.svg Wyświetl plik

@@ -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="1701" height="751" viewBox="0 0 1701 751" style="enable-background:new 0 0 1701 751;" 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,750.5 50.5,750.5 50.5,50.5 1650.5,50.5 1650.5,750.5 1700.5,750.5 1700.5,0.5 "/>
</svg>

+ 9
- 0
media/buildings/doorways/garage-door.svg Wyświetl plik

@@ -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="1001" height="751" viewBox="0 0 1001 751" style="enable-background:new 0 0 1001 751;" 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,750.5 50.5,750.5 50.5,50.5 950.5,50.5 950.5,750.5 1000.5,750.5 1000.5,0.5 "/>
</svg>

+ 1
- 1
media/buildings/doorways/residential.svg Wyświetl plik

@@ -1,7 +1,7 @@
<?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"
viewBox="0 0 384 834" style="enable-background:new 0 0 384 834;" xml:space="preserve">
width="384" height="834" viewBox="0 0 384 834" style="enable-background:new 0 0 384 834;" xml:space="preserve">
<style type="text/css">
.st0{fill:#1A1A1A;stroke:#000000;stroke-width:4;stroke-miterlimit:10;}
</style>


+ 3
- 1
presets/buildings.js Wyświetl plik

@@ -222,7 +222,9 @@ function makeBuildings() {
results.push(
makeHeight(
[
["residential", 83, "inches"]
["residential", 83, "inches"],
["garage-door", 7.5, "feet"],
["double-garage-door", 7.5, "feet"],
],
"Doorways",
"",


Ładowanie…
Anuluj
Zapisz