diff --git a/media/attribution.js b/media/attribution.js
index ccdc3285..5190d1b7 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11228,6 +11228,19 @@ const attributionData = {
"gyiyga"
]
},
+ {
+ prefix: "./media/characters/cat/",
+ files: [
+ { name: "front.svg", source: "https://toyhou.se/1331952.cat-the-cat/23389606" },
+ { name: "back.svg", source: "https://toyhou.se/1331952.cat-the-cat/23389606" },
+ ],
+ authors: [
+ "cattinypaws"
+ ],
+ owners: [
+ "cattinypaws"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -15480,6 +15493,10 @@ const attributionData = {
"name": "LunarMaws",
"url": "https://twitter.com/LunarMaws"
},
+ "cattinypaws": {
+ "name": "CatTinyPaws",
+ "url": "https://twitter.com/CatTinyPaws"
+ },
}
}
diff --git a/media/characters/cat/back.svg b/media/characters/cat/back.svg
new file mode 100644
index 00000000..2c7ee622
--- /dev/null
+++ b/media/characters/cat/back.svg
@@ -0,0 +1,325 @@
+
+
+
diff --git a/media/characters/cat/front.svg b/media/characters/cat/front.svg
new file mode 100644
index 00000000..038359d2
--- /dev/null
+++ b/media/characters/cat/front.svg
@@ -0,0 +1,459 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 012c047f..b8a650c5 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -28367,6 +28367,57 @@ characterMakers.push(() => makeCharacter(
},
]
))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Cat", species: ["cat"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 6/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/cat/front.svg",
+ extra: 1374/1257,
+ bottom: 59/1433
+ }
+ },
+ back: {
+ height: math.unit(5 + 6/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/cat/back.svg",
+ extra: 1337/1226,
+ bottom: 34/1371
+ }
+ },
+ },
+ [
+ {
+ name: "Really small",
+ height: math.unit(1, "nm")
+ },
+ {
+ name: "Micro",
+ height: math.unit(5, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(5 + 6/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(50, "feet")
+ },
+ {
+ name: "Macro+",
+ height: math.unit(150, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(100, "miles")
+ },
+ ]
+))
//characters
function makeCharacters() {