diff --git a/macrovision.js b/macrovision.js
index 49cfaa6e..f0a0b2b6 100644
--- a/macrovision.js
+++ b/macrovision.js
@@ -1745,9 +1745,6 @@ function testClick(event) {
// dear future me: Sorry :(
- console.log(w, h);
- console.log(actualW, actualH)
- console.log(xTarget, yTarget)
testCtx.resetTransform();
diff --git a/media/attribution.js b/media/attribution.js
index c52e85dc..58d224b2 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16785,6 +16785,30 @@ const attributionData = {
"yamahargx603a"
]
},
+ {
+ prefix: "./media/characters/rylide/",
+ files: [
+ { name: "side.svg", source: null }
+ ],
+ authors: [
+ "meltingfoxy"
+ ],
+ owners: [
+ "phietto"
+ ]
+ },
+ {
+ prefix: "./media/characters/rylide/",
+ files: [
+ { name: "sitting.svg", source: "https://twitter.com/MullberryZone/status/1352788675256602625" }
+ ],
+ authors: [
+ "mullberryzone"
+ ],
+ owners: [
+ "phietto"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23100,6 +23124,14 @@ const attributionData = {
"name": "DarkEmpiren",
"url": "https://www.furaffinity.net/user/darkempiren"
},
+ "meltingfoxy": {
+ "name": "meltingfoxy",
+ "url": "https://twitter.com/meltingfoxy"
+ },
+ "mullberryzone": {
+ "name": "MullberryZone",
+ "url": "https://twitter.com/MullberryZone/"
+ },
}
}
diff --git a/media/characters/rylide/side.svg b/media/characters/rylide/side.svg
new file mode 100644
index 00000000..044d454f
--- /dev/null
+++ b/media/characters/rylide/side.svg
@@ -0,0 +1,825 @@
+
+
+
diff --git a/media/characters/rylide/sitting.svg b/media/characters/rylide/sitting.svg
new file mode 100644
index 00000000..a688b935
--- /dev/null
+++ b/media/characters/rylide/sitting.svg
@@ -0,0 +1,1136 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 7dd63fef..1a3eaf8d 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -44110,6 +44110,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Rylide", species: ["jackalope"], tags: ["taur"] },
+ {
+ side: {
+ height: math.unit(8 + 2/12, "feet"),
+ weight: math.unit(1, "tonne"),
+ name: "Side",
+ image: {
+ source: "./media/characters/rylide/side.svg",
+ extra: 1318/1034,
+ bottom: 106/1424
+ }
+ },
+ sitting: {
+ height: math.unit(303, "cm"),
+ weight: math.unit(1, "tonne"),
+ name: "Sitting",
+ image: {
+ source: "./media/characters/rylide/sitting.svg",
+ extra: 1303/1103,
+ bottom: 36/1339
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8 + 2/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {