From a36bc2f0efdfb294f935d62cf69d4f3f38fa0621 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 23 Nov 2020 22:46:05 -0500 Subject: [PATCH] Add Pixel --- media/attribution.js | 16 + media/characters/pixel/front.svg | 525 +++++++++++++++++++++++++++++++ presets/characters.js | 22 ++ 3 files changed, 563 insertions(+) create mode 100644 media/characters/pixel/front.svg diff --git a/media/attribution.js b/media/attribution.js index 763ea03b..0ed46c83 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13577,6 +13577,18 @@ const attributionData = { "jaitsu" ] }, + { + prefix: "./media/characters/pixel/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "pixelthegryphon" + ], + owners: [ + "pixelthegryphon" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18708,6 +18720,10 @@ const attributionData = { "name": "skepsisfox", "url": "https://www.furaffinity.net/user/skepsisfox" }, + "pixelthegryphon": { + "name": "pixelthegryphon", + "url": "https://www.furaffinity.net/user/pixelthegryphon/" + }, } } diff --git a/media/characters/pixel/front.svg b/media/characters/pixel/front.svg new file mode 100644 index 00000000..c9b89e9d --- /dev/null +++ b/media/characters/pixel/front.svg @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index df722619..6a485ad0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35474,6 +35474,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Pixel", species: ["gryphon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 8/12, "feet"), + name: "Front", + image: { + source: "./media/characters/pixel/front.svg", + extra: 1900/1735, + bottom: 63/1963 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 8/12, "feet"), + default: true + }, + ] +)) + //characters