ソースを参照

Update Ignatius's image

master
Fen Dweller 4年前
コミット
fe046dfc6a
2個のファイルの変更818行の追加271行の削除
  1. +813
    -266
      media/characters/ignatius/front.svg
  2. +5
    -5
      presets/characters.js

+ 813
- 266
media/characters/ignatius/front.svg
ファイル差分が大きすぎるため省略します
ファイルの表示


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

@@ -15890,20 +15890,20 @@ characterMakers.push(() => makeCharacter(
{ name: "Ignatius", species: ["delphox"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(6 + 2/12, "feet"),
weight: math.unit(135, "lb"),
name: "Front",
image: {
source: "./media/characters/ignatius/front.svg",
extra: 245 / 222,
bottom: 0.01
extra: 1380/1259,
bottom: 27/1407
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 5 / 12, "feet"),
height: math.unit(6 + 2/12, "feet"),
default: true
},
]


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