| @@ -7847,7 +7847,8 @@ const attributionData = { | |||||
| { | { | ||||
| prefix: "./media/food/candy/", | prefix: "./media/food/candy/", | ||||
| files: [ | files: [ | ||||
| { name: "gummy-bear.svg", source: null } | |||||
| { name: "gummy-bear.svg", source: null }, | |||||
| { name: "lifesaver.svg", source: null }, | |||||
| ], | ], | ||||
| authors: [ | authors: [ | ||||
| "chemicalcrux" | "chemicalcrux" | ||||
| @@ -0,0 +1,8 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||||
| viewBox="0 0 92.5 92.5" style="enable-background:new 0 0 92.5 92.5;" xml:space="preserve"> | |||||
| <path d="M46.25,0C20.71,0,0,20.71,0,46.25C0,71.79,20.71,92.5,46.25,92.5c25.54,0,46.25-20.71,46.25-46.25 | |||||
| C92.5,20.71,71.79,0,46.25,0z M46.25,60.45c-7.84,0-14.2-6.36-14.2-14.2c0-7.84,6.36-14.2,14.2-14.2c7.84,0,14.2,6.36,14.2,14.2 | |||||
| C60.45,54.09,54.09,60.45,46.25,60.45z"/> | |||||
| </svg> | |||||
| @@ -131,7 +131,8 @@ function makeFood() { | |||||
| [ | [ | ||||
| ["m&m", 0.5262, "inches", 43/50, "g", "./media/objects/circle.svg"], | ["m&m", 0.5262, "inches", 43/50, "g", "./media/objects/circle.svg"], | ||||
| ["skittle", 0.50, "inches", 53/50, "g", "./media/objects/circle.svg"], | ["skittle", 0.50, "inches", 53/50, "g", "./media/objects/circle.svg"], | ||||
| ["gummy-bear", 2, "inches", 3.5, "g"] | |||||
| ["gummy-bear", 2, "inches", 3.5, "g"], | |||||
| ["lifesaver", 0.925, "inches", 3.5, "g"], | |||||
| ], | ], | ||||
| "Candy", | "Candy", | ||||
| "", | "", | ||||