| @@ -11235,7 +11235,8 @@ const attributionData = { | |||||
| "kononiko" | "kononiko" | ||||
| ], | ], | ||||
| owners: [ | owners: [ | ||||
| "adirashrinks" | |||||
| "adirashrinks", | |||||
| "anonymous" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -30314,8 +30314,8 @@ characterMakers.push(() => makeCharacter( | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/adira/front.svg", | source: "./media/characters/adira/front.svg", | ||||
| extra: 1078 / 1029, | |||||
| bottom: 87 / 1166 | |||||
| extra: 2121/2013, | |||||
| bottom: 206/2327 | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||
| @@ -22,13 +22,13 @@ function makePlants() { | |||||
| { | { | ||||
| name: "Short Blades", | name: "Short Blades", | ||||
| views: [ | views: [ | ||||
| { name: "Front", height: 0.06 }, | |||||
| { name: "Front", height: 0.06, bottom: 0.015 }, | |||||
| ], | ], | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Tall Blades", | name: "Tall Blades", | ||||
| views: [ | views: [ | ||||
| { name: "Front", height: 0.12 }, | |||||
| { name: "Front", height: 0.12, bottom: 0.015 }, | |||||
| ], | ], | ||||
| }, | }, | ||||
| { | { | ||||