Selaa lähdekoodia

Add a diving view for Fen

master
Fen Dweller 4 vuotta sitten
vanhempi
commit
507884a954
4 muutettua tiedostoa jossa 1098 lisäystä ja 8 poistoa
  1. +1
    -0
      media/attribution.js
  2. +1081
    -0
      media/characters/fen/diving.svg
  3. +1
    -1
      media/characters/fen/maw.svg
  4. +15
    -7
      presets/characters.js

+ 1
- 0
media/attribution.js Näytä tiedosto

@@ -2517,6 +2517,7 @@ const attributionData = {
prefix: "./media/characters/fen/", prefix: "./media/characters/fen/",
files: [ files: [
{ name: "front.svg", source: null }, { name: "front.svg", source: null },
{ name: "diving.svg", source: null },
{ name: "maw.svg", source: null }, { name: "maw.svg", source: null },
], ],
authors: [ authors: [


+ 1081
- 0
media/characters/fen/diving.svg
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
media/characters/fen/maw.svg Näytä tiedosto

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!-- Generator: Adobe Illustrator 25.4.1, 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" <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 503 452.4" style="enable-background:new 0 0 503 452.4;" xml:space="preserve">
width="503" height="452.4" viewBox="0 0 503 452.4" style="enable-background:new 0 0 503 452.4;" xml:space="preserve">
<style type="text/css"> <style type="text/css">
.st0{fill:#1A1A1A;} .st0{fill:#1A1A1A;}
.st1{fill:#333333;} .st1{fill:#333333;}


+ 15
- 7
presets/characters.js Näytä tiedosto

@@ -1848,6 +1848,21 @@ characterMakers.push(() => makeCharacter(
bottom: 205/2009 bottom: 205/2009
} }
}, },
diving: {
height: math.unit(3.13, "meters"),
weight: math.unit(124.738, "kg"),
name: "Diving",
image: {
source: "./media/characters/fen/diving.svg"
}
},
maw: {
height: math.unit(2.83, "feet"),
name: "Maw",
image: {
source: "./media/characters/fen/maw.svg"
}
},
back: { back: {
height: math.unit(2.2428, "meter"), height: math.unit(2.2428, "meter"),
weight: math.unit(124.738, "kg"), weight: math.unit(124.738, "kg"),
@@ -1862,13 +1877,6 @@ characterMakers.push(() => makeCharacter(
} }
} }
}, },
maw: {
height: math.unit(2.83, "feet"),
name: "Maw",
image: {
source: "./media/characters/fen/maw.svg"
}
},
full: { full: {
height: math.unit(0.91, "meter"), height: math.unit(0.91, "meter"),
weight: math.unit(225, "kg"), weight: math.unit(225, "kg"),


Loading…
Peruuta
Tallenna