Kaynağa Gözat

Add watermelons; fix Tahajin's attribution

tags/v0.1.0
Fen Dweller 5 yıl önce
ebeveyn
işleme
0f3e9ebbc8
3 değiştirilmiş dosya ile 16 ekleme ve 3 silme
  1. +4
    -3
      media/attribution.js
  2. +6
    -0
      media/food/fruits/watermelon.svg
  3. +6
    -0
      presets/food.js

+ 4
- 3
media/attribution.js Dosyayı Görüntüle

@@ -8327,8 +8327,8 @@ const attributionData = {
{ name: "chow.svg", source: "https://www.furaffinity.net/view/27266921/" },
{ name: "demi-naga.svg", source: "https://www.furaffinity.net/view/27266921/" },
{ name: "data.svg", source: "https://www.furaffinity.net/view/27266921/" },
{ name: "were.svg", source: "https://www.furaffinity.net/view/27266921/" },
{ name: "were.svg", source: "https://www.furaffinity.net/view/27266921/" },
{ name: "fluu.svg", source: "https://www.furaffinity.net/view/27266921/" },
{ name: "star-warrior.svg", source: "https://www.furaffinity.net/view/27266921/" },
],
authors: [
"meep"
@@ -8444,7 +8444,8 @@ const attributionData = {
{ name: "lemon.svg", source: null },
{ name: "orange.svg", source: null },
{ name: "grape.svg", source: null },
{ name: "pineapple.svg", source: null }
{ name: "pineapple.svg", source: null },
{ name: "watermelon.svg", source: null }
],
authors: [
"chemicalcrux"


+ 6
- 0
media/food/fruits/watermelon.svg Dosyayı Görüntüle

@@ -0,0 +1,6 @@
<?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 300 250" style="enable-background:new 0 0 300 250;" xml:space="preserve">
<path d="M300,125C300,38.65,232.84,0,150,0C67.16,0,0,62.39,0,125c0,62.61,67.16,125,150,125S300,211.35,300,125"/>
</svg>

+ 6
- 0
presets/food.js Dosyayı Görüntüle

@@ -63,6 +63,12 @@ function makeFood() {
name: "Pineapple",
rename: true
},
watermelon: {
height: math.unit(30, "cm"),
image: { source: "./media/food/fruits/watermelon.svg" },
name: "Watermelon",
rename: true
},

}
)


Yükleniyor…
İptal
Kaydet