diff --git a/media/attribution.js b/media/attribution.js index 368c639b..b06b1a2a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7147,6 +7147,8 @@ const attributionData = { files: [ { name: "hamburger.svg", source: null }, { name: "french-fry.svg", source: null }, + { name: "chicken-nugget.svg", source: null }, + { name: "onion-ring.svg", source: null }, ], authors: [ "chemicalcrux" diff --git a/media/food/fast-food/chicken-nugget.svg b/media/food/fast-food/chicken-nugget.svg new file mode 100644 index 00000000..44a04fc6 --- /dev/null +++ b/media/food/fast-food/chicken-nugget.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/media/food/fast-food/french-fry.svg b/media/food/fast-food/french-fry.svg index 1a2c685e..f8396bb5 100644 --- a/media/food/fast-food/french-fry.svg +++ b/media/food/fast-food/french-fry.svg @@ -1,9 +1,9 @@ + viewBox="0 0 20.39 256.13" style="enable-background:new 0 0 20.39 256.13;" xml:space="preserve"> - + diff --git a/media/food/fast-food/onion-ring.svg b/media/food/fast-food/onion-ring.svg new file mode 100644 index 00000000..7e3d67e1 --- /dev/null +++ b/media/food/fast-food/onion-ring.svg @@ -0,0 +1,87 @@ + + + + + + + diff --git a/presets/food.js b/presets/food.js index 98ac61c1..2f78fdbf 100644 --- a/presets/food.js +++ b/presets/food.js @@ -114,8 +114,10 @@ function makeFood() { results.push(makeHeight( [ - ["hamburger", "2.5", "inches"], - ["french-fry", "4", "inches"] + ["hamburger", 2.5, "inches"], + ["french-fry", 4, "inches"], + ["chicken-nugget", 1.65, "inches"], + ["onion-ring", 4, "inches"] ], "Fast Food", "",