ソースを参照

Add a diving view for Fen

master
Fen Dweller 4年前
コミット
507884a954
4個のファイルの変更1098行の追加8行の削除
  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 ファイルの表示

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


+ 1081
- 0
media/characters/fen/diving.svg
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
media/characters/fen/maw.svg ファイルの表示

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 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"
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">
.st0{fill:#1A1A1A;}
.st1{fill:#333333;}


+ 15
- 7
presets/characters.js ファイルの表示

@@ -1848,6 +1848,21 @@ characterMakers.push(() => makeCharacter(
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: {
height: math.unit(2.2428, "meter"),
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: {
height: math.unit(0.91, "meter"),
weight: math.unit(225, "kg"),


読み込み中…
キャンセル
保存