Browse Source

Add Lifesavers

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
cddb0ad5a7
3 changed files with 12 additions and 2 deletions
  1. +2
    -1
      media/attribution.js
  2. +8
    -0
      media/food/candy/lifesaver.svg
  3. +2
    -1
      presets/food.js

+ 2
- 1
media/attribution.js View File

@@ -7847,7 +7847,8 @@ const attributionData = {
{
prefix: "./media/food/candy/",
files: [
{ name: "gummy-bear.svg", source: null }
{ name: "gummy-bear.svg", source: null },
{ name: "lifesaver.svg", source: null },
],
authors: [
"chemicalcrux"


+ 8
- 0
media/food/candy/lifesaver.svg View File

@@ -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>

+ 2
- 1
presets/food.js View File

@@ -131,7 +131,8 @@ function makeFood() {
[
["m&m", 0.5262, "inches", 43/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",
"",


Loading…
Cancel
Save