diff --git a/media/characters/tyrone/front.svg b/media/characters/tyrone/front.svg index b272cd3f..0d46a4ef 100644 --- a/media/characters/tyrone/front.svg +++ b/media/characters/tyrone/front.svg @@ -1,308 +1,687 @@ - + - + width="2151.22" height="2587.02" viewBox="0 0 2151.22 2587.02" enable-background="new 0 0 2151.22 2587.02" xml:space="preserve"> - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5c78a27f..9646c500 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8255,8 +8255,8 @@ characterMakers.push(() => makeCharacter( name: "Front", image: { source: "./media/characters/tyrone/front.svg", - extra: 2520 / 2402, - bottom: 0.025 + extra: 2405/2270, + bottom: 182/2587 } }, }, @@ -8270,6 +8270,22 @@ characterMakers.push(() => makeCharacter( name: "Macro", height: math.unit(300, "feet") }, + { + name: "Megamacro", + height: math.unit(15, "km") + }, + { + name: "Gigamacro", + height: math.unit(500, "km") + }, + { + name: "Teramacro", + height: math.unit(0.5, "gigameters") + }, + { + name: "Omnimacro", + height: math.unit(1e252, "yottauniverse") + }, ] ))