Add SVG assets for strawberries and watermelons with import configurations
- Added `strawberry-a.svg` and its corresponding import file `strawberry-a.svg.import`. - Added `watermelon-a.svg` and its corresponding import file `watermelon-a.svg.import`. - Added `watermelon-c.svg` and its corresponding import file `watermelon-c.svg.import`. - Configured texture compression settings for all SVG assets to optimize rendering.
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bykwevnv7keeh"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Structs/Feed.gd" id="1_2ea75"]
|
||||
[ext_resource type="Texture2D" uid="uid://dwwpkn4q07ja2" path="res://icon.svg" id="2_b6x2s"]
|
||||
[ext_resource type="Theme" uid="uid://dhvs6urgf6jr5" path="res://themes/main.tres" id="2_lvrpo"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxqax0anr5a45" path="res://resources/feeds/donut.svg" id="3_q17fm"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_n2ewr"]
|
||||
content_margin_left = 30.0
|
||||
@@ -47,8 +47,9 @@ custom_minimum_size = Vector2(75, 75)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 0
|
||||
texture = ExtResource("2_b6x2s")
|
||||
texture = ExtResource("3_q17fm")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="name" type="RichTextLabel" parent="container/info"]
|
||||
unique_name_in_owner = true
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://u58mo875ipgg"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_x5oju"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3rkwlf75hvva" path="res://resources/feeds/jar-b.svg" id="2_jjjxx"]
|
||||
[ext_resource type="Texture2D" uid="uid://tp2scdjwalro" path="res://resources/feeds/muffin-a.svg" id="2_qojf3"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_x5oju")]
|
||||
avatarTexture = ExtResource("2_qojf3")
|
||||
displayName = "烘焙松糕"
|
||||
fields = Array[int]([12, 2])
|
||||
fieldValues = Array[float]([0.15, 0.1])
|
||||
costs = Array[int]([0])
|
||||
costCounts = Array[int]([125])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_jjjxx")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]蜂蜜果酱[/b]"
|
||||
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b3aymxd848400"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_mwo1u"]
|
||||
[ext_resource type="Texture2D" uid="uid://bvkjvgxabqyvg" path="res://resources/feeds/dango.svg" id="2_ckr7l"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_mwo1u")]
|
||||
avatarTexture = ExtResource("2_ckr7l")
|
||||
displayName = "团子"
|
||||
fields = Array[int]([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14])
|
||||
fieldValues = Array[float]([10.0, 0.1, 0.15, 0.12, 0.04, 0.1, 0.075, 5.0, 0.15, 3.0, 0.07, 0.15, 0.1, 0.4, 0.2])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([2000, 1500])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_ckr7l")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]团子[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bbmjur6cjmffo"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_7gqm6"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxqax0anr5a45" path="res://resources/feeds/donut.svg" id="2_bv6j5"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3op67s1hysla" path="res://resources/feeds/cheesy puffs.png" id="2_q5fyh"]
|
||||
|
||||
[node name="Donut" instance=ExtResource("1_7gqm6")]
|
||||
avatarTexture = ExtResource("2_bv6j5")
|
||||
displayName = "甜甜圈"
|
||||
fields = Array[int]([9, 7])
|
||||
fieldValues = Array[float]([1.0, -3.0])
|
||||
costs = Array[int]([0])
|
||||
costCounts = Array[int]([100])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_q5fyh")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]奶酪泡芙[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://b45fcafxjacch"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_rejfg"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7g4nciiimp1t" path="res://resources/feeds/fruit platter.png" id="2_6i6sp"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8uh5md8o4ihf" path="res://resources/feeds/fortune cookie.png" id="2_n0rfa"]
|
||||
|
||||
[node name="FruitPlatter" instance=ExtResource("1_rejfg")]
|
||||
avatarTexture = ExtResource("2_6i6sp")
|
||||
displayName = "水果拼盘"
|
||||
fields = Array[int]([2, 12])
|
||||
fieldValues = Array[float]([0.05, 0.1])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([150, 200])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_n0rfa")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]幸运签语饼[/b]"
|
||||
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://d3oh03276434b"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_mvycn"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdknu6rkkpoyd" path="res://resources/feeds/fruitsalad.svg" id="2_2oxe7"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_mvycn")]
|
||||
avatarTexture = ExtResource("2_2oxe7")
|
||||
displayName = "水果沙拉"
|
||||
fields = Array[int]([1])
|
||||
fieldValues = Array[float]([0.13])
|
||||
costs = Array[int]([1])
|
||||
costCounts = Array[int]([200])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_2oxe7")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]水果拼盘[/b]"
|
||||
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cuxon4is2qqyp"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_v7ebs"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8uh5md8o4ihf" path="res://resources/feeds/fortune cookie.png" id="2_or0st"]
|
||||
|
||||
[node name="LuckyCookie" instance=ExtResource("1_v7ebs")]
|
||||
avatarTexture = ExtResource("2_or0st")
|
||||
displayName = "幸运签语饼"
|
||||
fields = Array[int]([14, 4, 6])
|
||||
fieldValues = Array[float]([0.1, 0.07, 0.12])
|
||||
costs = Array[int]([0, 1, 2])
|
||||
costCounts = Array[int]([200, 75, 1])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_or0st")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]幸运签语饼[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cx5o43i2untlo"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_y8pe8"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3rkwlf75hvva" path="res://resources/feeds/jar-b.svg" id="2_5p5xn"]
|
||||
[ext_resource type="Texture2D" uid="uid://dhvv8isqodfd5" path="res://resources/feeds/milk-a.svg" id="2_15plv"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_y8pe8")]
|
||||
avatarTexture = ExtResource("2_15plv")
|
||||
displayName = "牛奶"
|
||||
fields = Array[int]([13, 11])
|
||||
fieldValues = Array[float]([0.4, 0.24])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([355, 200])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_5p5xn")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]蜂蜜果酱[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://byfn3ruhh0fid"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_w5eks"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3rkwlf75hvva" path="res://resources/feeds/jar-b.svg" id="2_0xfoo"]
|
||||
[ext_resource type="Texture2D" uid="uid://5xp54g568jbb" path="res://resources/feeds/orange2-b.svg" id="2_l6jnq"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_w5eks")]
|
||||
avatarTexture = ExtResource("2_l6jnq")
|
||||
displayName = "橘子"
|
||||
fields = Array[int]([10, 3])
|
||||
fieldValues = Array[float]([0.1, 0.1])
|
||||
costs = Array[int]([1])
|
||||
costCounts = Array[int]([275])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_0xfoo")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]蜂蜜果酱[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dhyjvrmcql6ay"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_a74ax"]
|
||||
[ext_resource type="Texture2D" uid="uid://wa3p5atf521t" path="res://resources/feeds/jar-a.svg" id="2_o2o56"]
|
||||
[ext_resource type="Texture2D" uid="uid://doyq5mp7wvv7s" path="res://resources/feeds/glass water-a.svg" id="2_q67vo"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_a74ax")]
|
||||
avatarTexture = ExtResource("2_o2o56")
|
||||
displayName = "草莓果酱"
|
||||
fields = Array[int]([3, 1])
|
||||
fieldValues = Array[float]([-0.06, 0.15])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([100, 50])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_q67vo")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]一杯水[/b]"
|
||||
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cjcefxdt72d0k"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_wr2cd"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbyfpwrg2e3ns" path="res://resources/feeds/strawberry-a.svg" id="2_82amy"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_wr2cd")]
|
||||
avatarTexture = ExtResource("2_82amy")
|
||||
displayName = "草莓"
|
||||
fields = Array[int]([14])
|
||||
fieldValues = Array[float]([0.25])
|
||||
costs = Array[int]([1])
|
||||
costCounts = Array[int]([375])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_82amy")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]草莓[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c52nrkruwwhyd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_iixnt"]
|
||||
[ext_resource type="Texture2D" uid="uid://pvcwt58hsg5i" path="res://resources/feeds/Taco.svg" id="2_eed3c"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbyfpwrg2e3ns" path="res://resources/feeds/strawberry-a.svg" id="2_kd8ai"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_iixnt")]
|
||||
avatarTexture = ExtResource("2_eed3c")
|
||||
displayName = "塔克"
|
||||
fields = Array[int]([13])
|
||||
fieldValues = Array[float]([0.75])
|
||||
costs = Array[int]([1])
|
||||
costCounts = Array[int]([225])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_kd8ai")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]草莓[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://droytqrm4swm1"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_vfxjq"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdknu6rkkpoyd" path="res://resources/feeds/fruitsalad.svg" id="2_8w6xu"]
|
||||
[ext_resource type="Texture2D" uid="uid://doyq5mp7wvv7s" path="res://resources/feeds/glass water-a.svg" id="2_gsfud"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_vfxjq")]
|
||||
avatarTexture = ExtResource("2_gsfud")
|
||||
displayName = "一杯水"
|
||||
fields = Array[int]([3])
|
||||
fieldValues = Array[float]([0.22])
|
||||
costs = Array[int]([0])
|
||||
costCounts = Array[int]([400])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_8w6xu")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]水果沙拉[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dmdfxv7p8d061"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_sw8vc"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3rkwlf75hvva" path="res://resources/feeds/jar-b.svg" id="2_e5g35"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddxq46crf8s0b" path="res://resources/feeds/watermelon-a.svg" id="2_j4m35"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_sw8vc")]
|
||||
avatarTexture = ExtResource("2_j4m35")
|
||||
displayName = "西瓜"
|
||||
fields = Array[int]([2, 0])
|
||||
fieldValues = Array[float]([-0.1, 75.0])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([100, 125])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_e5g35")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]蜂蜜果酱[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://ub2joo082noq"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_bbid3"]
|
||||
[ext_resource type="Texture2D" uid="uid://m2q78i18f1do" path="res://resources/feeds/watermelon-c.svg" id="2_htt7g"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddxq46crf8s0b" path="res://resources/feeds/watermelon-a.svg" id="2_nwypg"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_bbid3")]
|
||||
avatarTexture = ExtResource("2_htt7g")
|
||||
displayName = "一片西瓜"
|
||||
fields = Array[int]([0])
|
||||
fieldValues = Array[float]([5.0])
|
||||
costs = Array[int]([0])
|
||||
costCounts = Array[int]([50])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_nwypg")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]西瓜[/b]"
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cuggrw1eiwlox"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_evi6p"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3rkwlf75hvva" path="res://resources/feeds/jar-b.svg" id="2_bea7w"]
|
||||
[ext_resource type="Texture2D" uid="uid://wa3p5atf521t" path="res://resources/feeds/jar-a.svg" id="2_hqcck"]
|
||||
|
||||
[node name="FruitSalad" instance=ExtResource("1_evi6p")]
|
||||
avatarTexture = ExtResource("2_bea7w")
|
||||
displayName = "蜂蜜果酱"
|
||||
fields = Array[int]([3, 1])
|
||||
fieldValues = Array[float]([-0.1, 0.25])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([200, 125])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_hqcck")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]草莓果酱[/b]"
|
||||
@@ -1,10 +1,25 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://1n28ji5sl6bx"]
|
||||
[gd_scene load_steps=21 format=3 uid="uid://1n28ji5sl6bx"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d3qojeqa3difn" path="res://components/Abstracts/FullscreenPanelBase.tscn" id="1_1wmro"]
|
||||
[ext_resource type="Script" path="res://scripts/Contents/Panels/MakeFeed.gd" id="2_pr610"]
|
||||
[ext_resource type="PackedScene" uid="uid://btisbc7ehj4fo" path="res://components/Feeds/Banana.tscn" id="3_f2lyw"]
|
||||
[ext_resource type="PackedScene" uid="uid://dl34e70hpckp0" path="res://components/Feeds/Cake.tscn" id="4_lykfv"]
|
||||
[ext_resource type="PackedScene" uid="uid://u58mo875ipgg" path="res://components/Feeds/Cupcake.tscn" id="5_mxuyf"]
|
||||
[ext_resource type="PackedScene" uid="uid://dvl7u4jkugkhk" path="res://components/Feeds/Puffs.tscn" id="5_qnkr0"]
|
||||
[ext_resource type="PackedScene" uid="uid://b3aymxd848400" path="res://components/Feeds/Dango.tscn" id="6_5d328"]
|
||||
[ext_resource type="PackedScene" uid="uid://bbmjur6cjmffo" path="res://components/Feeds/Donut.tscn" id="7_g48y4"]
|
||||
[ext_resource type="PackedScene" uid="uid://b45fcafxjacch" path="res://components/Feeds/FruitPlatter.tscn" id="8_iymw5"]
|
||||
[ext_resource type="PackedScene" uid="uid://d3oh03276434b" path="res://components/Feeds/FruitSalad.tscn" id="9_crw8u"]
|
||||
[ext_resource type="PackedScene" uid="uid://cuxon4is2qqyp" path="res://components/Feeds/LuckyCookie.tscn" id="10_cgxof"]
|
||||
[ext_resource type="PackedScene" uid="uid://cx5o43i2untlo" path="res://components/Feeds/Milk.tscn" id="11_h7ihy"]
|
||||
[ext_resource type="PackedScene" uid="uid://byfn3ruhh0fid" path="res://components/Feeds/Orange.tscn" id="12_f7je7"]
|
||||
[ext_resource type="PackedScene" uid="uid://dhyjvrmcql6ay" path="res://components/Feeds/RedJam.tscn" id="14_42njn"]
|
||||
[ext_resource type="PackedScene" uid="uid://cjcefxdt72d0k" path="res://components/Feeds/Strawberry.tscn" id="15_x5tul"]
|
||||
[ext_resource type="PackedScene" uid="uid://c52nrkruwwhyd" path="res://components/Feeds/Taco.tscn" id="16_ixrhm"]
|
||||
[ext_resource type="PackedScene" uid="uid://droytqrm4swm1" path="res://components/Feeds/WaterBottle.tscn" id="17_ws3t4"]
|
||||
[ext_resource type="PackedScene" uid="uid://dmdfxv7p8d061" path="res://components/Feeds/Xigua-Full.tscn" id="18_7ync6"]
|
||||
[ext_resource type="PackedScene" uid="uid://ub2joo082noq" path="res://components/Feeds/Xigua-Half.tscn" id="19_ti1ni"]
|
||||
[ext_resource type="PackedScene" uid="uid://cuggrw1eiwlox" path="res://components/Feeds/YellowJam.tscn" id="20_tf31w"]
|
||||
|
||||
[node name="MakeFeed" instance=ExtResource("1_1wmro")]
|
||||
script = ExtResource("2_pr610")
|
||||
@@ -66,7 +81,55 @@ alignment = 1
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="Banana" parent="content/wrapper/avaliableFeeds" index="0" instance=ExtResource("3_f2lyw")]
|
||||
visible = false
|
||||
|
||||
[node name="Cake" parent="content/wrapper/avaliableFeeds" index="1" instance=ExtResource("4_lykfv")]
|
||||
visible = false
|
||||
|
||||
[node name="Puffs" parent="content/wrapper/avaliableFeeds" index="2" instance=ExtResource("5_qnkr0")]
|
||||
[node name="FruitSalad" parent="content/wrapper/avaliableFeeds" index="2" instance=ExtResource("5_mxuyf")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad2" parent="content/wrapper/avaliableFeeds" index="3" instance=ExtResource("6_5d328")]
|
||||
visible = false
|
||||
|
||||
[node name="Donut" parent="content/wrapper/avaliableFeeds" index="4" instance=ExtResource("7_g48y4")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitPlatter" parent="content/wrapper/avaliableFeeds" index="5" instance=ExtResource("8_iymw5")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad3" parent="content/wrapper/avaliableFeeds" index="6" instance=ExtResource("9_crw8u")]
|
||||
visible = false
|
||||
|
||||
[node name="LuckyCookie" parent="content/wrapper/avaliableFeeds" index="7" instance=ExtResource("10_cgxof")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad4" parent="content/wrapper/avaliableFeeds" index="8" instance=ExtResource("11_h7ihy")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad5" parent="content/wrapper/avaliableFeeds" index="9" instance=ExtResource("12_f7je7")]
|
||||
visible = false
|
||||
|
||||
[node name="Puffs" parent="content/wrapper/avaliableFeeds" index="10" instance=ExtResource("5_qnkr0")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad6" parent="content/wrapper/avaliableFeeds" index="11" instance=ExtResource("14_42njn")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad7" parent="content/wrapper/avaliableFeeds" index="12" instance=ExtResource("15_x5tul")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad8" parent="content/wrapper/avaliableFeeds" index="13" instance=ExtResource("16_ixrhm")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad9" parent="content/wrapper/avaliableFeeds" index="14" instance=ExtResource("17_ws3t4")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad10" parent="content/wrapper/avaliableFeeds" index="15" instance=ExtResource("18_7ync6")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad11" parent="content/wrapper/avaliableFeeds" index="16" instance=ExtResource("19_ti1ni")]
|
||||
visible = false
|
||||
|
||||
[node name="FruitSalad12" parent="content/wrapper/avaliableFeeds" index="17" instance=ExtResource("20_tf31w")]
|
||||
visible = false
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="155.37147521972656" height="95.74584197998047" viewBox="0.31902503967285156 0.03576087951660156 155.37147521972656 95.74584197998047" version="1.1" xml:space="preserve">
|
||||
<defs/>
|
||||
<g>
|
||||
<title>Taco</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="Page-1" stroke="none" fill-rule="evenodd">
|
||||
<g id="Taco">
|
||||
<g>
|
||||
<g>
|
||||
<path d="M115.7078,95.2776 C115.7078,95.2776 98.5718,21.9216 51.3738,20.7776 C5.0378,19.6556 -5.9602,95.2776 12.2078,95.2776 L115.7078,95.2776 Z" id="Fill-27" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M149.9324,64.924 C149.9324,64.924 164.9584,51.278 144.2084,44.278 C131.4764,39.984 131.0404,19.33 121.3744,15.444 C110.0924,10.91 104.7884,20.132 94.7084,16.528 C84.0364,12.712 80.8864,-0.982 66.4624,0.674 C57.1624,1.742 56.8744,16.278 37.9564,17.028 C15.3384,17.924 26.7064,35.278 21.8744,45.946 C17.0404,56.612 1.2664,57.256 5.7924,76.778 C8.5284,88.58 16.0404,95.868 38.7064,92.528 C55.6324,90.034 149.9324,64.924 149.9324,64.924" id="Fill-29" fill="#59C059" stroke-width="1"/>
|
||||
<path d="M27.403,58.9416 L38.415,62.2796 C40.475,62.9036 42.671,61.7316 43.295,59.6716 L44.549,55.5376 C45.175,53.4776 44.001,51.2816 41.941,50.6556 L30.929,47.3176 C28.869,46.6936 26.673,47.8676 26.049,49.9256 L24.795,54.0616 C24.169,56.1196 25.345,58.3176 27.403,58.9416" id="Fill-31" fill="#E8511C" stroke-width="1"/>
|
||||
<path d="M20.0242,56.0216 C22.3042,56.6016 25.5642,59.0816 28.2242,59.7416 C21.3442,77.5616 20.1042,94.6416 11.5842,95.2416 L11.5442,95.2416 C5.0042,94.7016 -2.0558,88.5816 2.0242,82.2816 C4.4442,78.5416 0.6842,73.9016 1.7042,69.6016 C3.1642,63.4016 9.5042,62.0616 11.7042,61.4416 C14.1042,60.7816 16.6442,55.1616 20.0242,56.0216" id="Fill-33" fill="#C18500" stroke-width="1"/>
|
||||
<path d="M37.1638,49.2208 C35.1438,52.8808 33.4838,56.6408 32.0838,60.3608 L30.2038,59.7808 L28.4038,59.2428 C29.8638,55.5208 31.5838,51.7808 33.6638,48.1628 L37.1638,49.2208 Z" id="Fill-35" fill="#C6431A" stroke-width="1"/>
|
||||
<path d="M32.0838,60.3616 C25.4638,77.8016 24.1238,94.3616 15.9038,95.2216 C14.9438,95.2216 14.4638,95.2216 12.8638,95.2816 L12.4638,95.2816 C12.1638,95.2816 11.8838,95.2616 11.5838,95.2416 C20.1038,94.6416 21.3438,77.5616 28.2238,59.7416 C28.9438,59.9216 29.6038,59.9616 30.2038,59.7816 L32.0838,60.3616 Z" id="Fill-37" fill="#A06B00" stroke-width="1"/>
|
||||
<path d="M35.7048,36.0608 L41.0748,33.4908 C43.0148,32.5628 43.8428,30.2128 42.9148,28.2728 L42.5548,27.5228 C41.6268,25.5828 39.2788,24.7548 37.3368,25.6848 L31.9668,28.2548 C30.0268,29.1848 29.1988,31.5308 30.1268,33.4728 L30.4868,34.2208 C31.4148,36.1628 33.7648,36.9908 35.7048,36.0608" id="Fill-39" fill="#E8511C" stroke-width="1"/>
|
||||
<path d="M90.2038,19.5618 C88.7438,19.5818 87.2438,19.6618 85.7038,19.7818 C58.8638,21.8418 45.1638,34.7018 37.1638,49.2218 L33.6638,48.1618 C41.7438,34.0618 55.4238,21.8018 81.6038,19.7818 C84.6038,19.5418 87.4638,19.4818 90.2038,19.5618" id="Fill-41" fill="#4BA04B" stroke-width="1"/>
|
||||
<path d="M136.526,49.754 L140.592,56.796 C141.668,58.66 144.074,59.304 145.938,58.228 L147.842,57.13 C149.708,56.052 150.352,53.648 149.276,51.784 L145.21,44.74 C144.134,42.878 141.728,42.232 139.864,43.308 L137.96,44.408 C136.094,45.484 135.45,47.89 136.526,49.754" id="Fill-43" fill="#E8511C" stroke-width="1"/>
|
||||
<path d="M90.3992,22.7638 L98.0672,20.0538 C100.0972,19.3378 101.1712,17.0898 100.4532,15.0598 L99.7192,12.9858 C99.0032,10.9578 96.7572,9.8838 94.7272,10.5998 L87.0592,13.3098 C85.0292,14.0278 83.9572,16.2738 84.6752,18.3038 L85.4072,20.3778 C86.1232,22.4078 88.3692,23.4798 90.3992,22.7638" id="Fill-45" fill="#E8511C" stroke-width="1"/>
|
||||
<path d="M143.8894,95.2776 C150.0414,95.2776 154.7554,89.8956 154.0414,83.7816 C151.3074,60.3536 138.2914,15.7416 85.7074,19.7776 C19.6534,24.8476 33.2074,95.2776 15.2074,95.2776 L143.8894,95.2776 Z" id="Fill-47" fill="#FFBF00" stroke-width="1"/>
|
||||
<path d="M63.1804,17.7648 C62.6004,17.7648 62.0244,17.5128 61.6284,17.0268 C60.9304,16.1708 61.0604,14.9108 61.9164,14.2148 L72.4164,5.6628 C73.2744,4.9688 74.5344,5.0948 75.2304,5.9508 C75.9284,6.8068 75.7984,8.0668 74.9424,8.7648 L64.4424,17.3148 C64.0704,17.6168 63.6244,17.7648 63.1804,17.7648" id="Fill-49" fill="#FFBF00" stroke-width="1"/>
|
||||
<path d="M131.362,24.0246 C131.238,24.0246 131.114,24.0146 130.988,23.9886 L117.682,21.4706 C116.596,21.2666 115.884,20.2186 116.088,19.1346 C116.294,18.0486 117.342,17.3246 118.424,17.5406 L131.732,20.0606 C132.818,20.2646 133.53,21.3126 133.324,22.3966 C133.144,23.3566 132.304,24.0246 131.362,24.0246" id="Fill-51" fill="#FFBF00" stroke-width="1"/>
|
||||
<path d="M17.699,65.0822 C17.255,65.0822 16.807,64.9362 16.435,64.6302 L5.941,56.0702 C5.085,55.3742 4.957,54.1142 5.657,53.2582 C6.355,52.4042 7.613,52.2722 8.471,52.9722 L18.965,61.5342 C19.821,62.2302 19.949,63.4902 19.249,64.3462 C18.855,64.8302 18.279,65.0822 17.699,65.0822" id="Fill-53" fill="#FFBF00" stroke-width="1"/>
|
||||
<path d="M130.5378,59.3694 C127.2758,59.3694 127.2698,54.2994 130.5378,54.2994 C133.8018,54.2994 133.8058,59.3694 130.5378,59.3694" id="Fill-55" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M104.573,63.9044 C101.311,63.9044 101.305,58.8344 104.573,58.8344 C107.837,58.8344 107.841,63.9044 104.573,63.9044" id="Fill-57" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M101.4342,84.7794 C98.1722,84.7794 98.1662,79.7094 101.4342,79.7094 C104.6982,79.7094 104.7042,84.7794 101.4342,84.7794" id="Fill-59" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M58.491,87.3146 C55.229,87.3146 55.223,82.2446 58.491,82.2446 C61.753,82.2446 61.759,87.3146 58.491,87.3146" id="Fill-61" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M63.5154,43.2326 C60.2534,43.2326 60.2474,38.1626 63.5154,38.1626 C66.7774,38.1626 66.7834,43.2326 63.5154,43.2326" id="Fill-63" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M90.3932,31.7444 C87.1312,31.7444 87.1252,26.6724 90.3932,26.6724 C93.6552,26.6724 93.6612,31.7444 90.3932,31.7444" id="Fill-65" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M77.2174,66.9748 C73.9554,66.9748 73.9494,61.9048 77.2174,61.9048 C80.4794,61.9048 80.4854,66.9748 77.2174,66.9748" id="Fill-67" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M49.152,68.9748 C45.89,68.9748 45.884,63.9048 49.152,63.9048 C52.414,63.9048 52.42,68.9748 49.152,68.9748" id="Fill-69" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M135.489,79.9612 C132.227,79.9612 132.221,74.8912 135.489,74.8912 C138.751,74.8912 138.757,79.9612 135.489,79.9612" id="Fill-71" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M115.7078,40.6974 C112.4438,40.6974 112.4378,35.6274 115.7078,35.6274 C118.9698,35.6274 118.9758,40.6974 115.7078,40.6974" id="Fill-73" fill="#EFAB00" stroke-width="1"/>
|
||||
<path d="M28.404,59.2424 L30.204,59.7824 C29.604,59.9604 28.944,59.9224 28.224,59.7424 C28.284,59.5824 28.344,59.4224 28.404,59.2424" id="Fill-81" fill="#4BA04B" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg><!--rotationCenter:78:48-->
|
||||
|
After Width: | Height: | Size: 7.1 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://pvcwt58hsg5i"
|
||||
path="res://.godot/imported/Taco.svg-e2f1a4315689716c59968dbcb56b88f0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/Taco.svg"
|
||||
dest_files=["res://.godot/imported/Taco.svg-e2f1a4315689716c59968dbcb56b88f0.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="87.99945" height="88.00142" viewBox="0,0,87.99945,88.00142"><g transform="translate(-196.00028,-135.99929)"><g data-paper-data="{"isPaintingLayer":true}" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path d="M280.76164,224.00071c-0.82849,0 -1.65698,-0.31661 -2.29021,-0.94721l-80.84584,-80.84848c-1.26384,-1.26384 -1.26384,-3.31657 0,-4.58041c1.26384,-1.26384 3.31657,-1.26384 4.58041,0l80.84584,80.84584c1.26384,1.26384 1.26384,3.31657 0,4.58041c-0.63324,0.6306 -1.46173,0.94985 -2.29021,0.94985z" fill="#d99e82"/><path d="M231.6304,153.81435c0,9.83892 -7.97614,17.81506 -17.81506,17.81506c-9.83892,0 -17.81506,-7.97614 -17.81506,-17.81506c0,-9.83892 7.97614,-17.81506 17.81506,-17.81506c9.83892,0 17.81506,7.97614 17.81506,17.81506z" fill="#fcb1e3"/><path d="M229.16098,190.59288c-9.57565,-2.26111 -15.50524,-11.85671 -13.24412,-21.43235c2.26111,-9.57565 11.85671,-15.50524 21.43235,-13.24412c9.57565,2.26111 15.50524,11.85671 13.24412,21.43235c-2.26111,9.57565 -11.85671,15.50524 -21.43235,13.24412z" fill="#ffd983"/><path d="M270.50321,192.68453c0,9.83892 -7.97878,17.81769 -17.81769,17.81769c-9.83892,0 -17.81506,-7.97878 -17.81506,-17.81769c0,-9.83892 7.97614,-17.81506 17.81506,-17.81506c9.83892,0 17.81769,7.97878 17.81769,17.81506z" fill="#a6d388"/><path d="M280.76164,224.00071c-0.82849,0 -1.65698,-0.31661 -2.29021,-0.94721l-19.84141,-19.84141c-1.26648,-1.26384 -1.26648,-3.31657 0,-4.58041c1.26648,-1.26384 3.31393,-1.26384 4.58041,0l19.84141,19.84141c1.26384,1.26384 1.26384,3.31657 0,4.58041c-0.63324,0.62796 -1.46173,0.94721 -2.29021,0.94721z" fill="#d99e82"/></g></g></svg><!--rotationCenter:44:44-->
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bvkjvgxabqyvg"
|
||||
path="res://.godot/imported/dango.svg-00bb84ccd8e2239c6f4e3412781df671.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/dango.svg"
|
||||
dest_files=["res://.godot/imported/dango.svg-00bb84ccd8e2239c6f4e3412781df671.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
|
After Width: | Height: | Size: 7.1 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bxqax0anr5a45"
|
||||
path="res://.godot/imported/donut.svg-24ef63c6e3feae7aa013ffc58258deb2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/donut.svg"
|
||||
dest_files=["res://.godot/imported/donut.svg-24ef63c6e3feae7aa013ffc58258deb2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
|
After Width: | Height: | Size: 7.4 KiB |
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b8uh5md8o4ihf"
|
||||
path="res://.godot/imported/fortune cookie.png-0d02e4f1ca739a8dd82ad593ba9a8bff.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/fortune cookie.png"
|
||||
dest_files=["res://.godot/imported/fortune cookie.png-0d02e4f1ca739a8dd82ad593ba9a8bff.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
After Width: | Height: | Size: 24 KiB |
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b7g4nciiimp1t"
|
||||
path="res://.godot/imported/fruit platter.png-269acde13a903578737737579fc476d7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/fruit platter.png"
|
||||
dest_files=["res://.godot/imported/fruit platter.png-269acde13a903578737737579fc476d7.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
@@ -0,0 +1,151 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="60.65009307861328" height="45.633602142333984" viewBox="-0.35040509700775146 -0.44999999552965164 60.65009307861328 45.633602142333984">
|
||||
<!-- Exported by Scratch - http://scratch.mit.edu/ -->
|
||||
<g id="ID0.22597428411245346">
|
||||
<g id="Bowl">
|
||||
<g id="OutsideBowl_1_">
|
||||
<path id="ID0.22138935374096036" fill="#65CBEB" d="M 29.6457 43.7206 C 29.2291 43.7206 28.9953 43.7105 28.9839 43.7099 C 0.5401 40.9998 1.0689 22.986 1.1055 22.2203 C 1.2271 19.669 2.4775 17.0636 3.3989 15.4672 C 4.7685 17.356 7.3733 18.8226 11.1567 19.8323 C 14.5751 20.7449 19.7419 22.1245 28.5995 22.2026 L 29.1768 22.2052 C 29.4295 22.2052 52.7317 22.1194 56.8082 15.1754 C 58.1311 17.3251 58.7134 21.6524 58.772 24.3909 C 54.6143 42.7866 33.7883 43.7206 29.6457 43.7206 C 29.6463 43.7206 29.6457 43.7206 29.6457 43.7206 L 29.6457 43.7206 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.7706678751856089" d="M 56.6178 16.9482 C 57.3628 19.0016 57.7636 22.0772 57.8241 24.2957 C 53.7628 41.8815 33.6509 42.7746 29.6457 42.7746 C 29.3482 42.7746 29.1497 42.7696 29.0677 42.7664 C 18.2905 41.7315 10.5321 38.4202 6.0069 32.9219 C 1.9903 28.0425 2.0061 23.1883 2.0502 22.265 C 2.1372 20.4392 2.8607 18.5623 3.5868 17.109 C 5.1945 18.655 7.6481 19.8739 10.9134 20.7461 C 14.3785 21.6713 19.6146 23.0692 28.5919 23.1486 C 28.7829 23.1499 28.9776 23.1512 29.1774 23.1512 C 31.648 23.1512 50.7073 22.952 56.6178 16.9482 M 3.7046 13.3514 C 3.7046 13.3514 3.7046 13.352 3.7046 13.3514 L 3.6271 13.3514 C 3.6271 13.3514 0.3706 17.7632 0.1607 22.1749 C -0.0492 26.5867 2.4718 42.133 28.9423 44.654 C 28.9423 44.654 29.1919 44.6654 29.6457 44.6654 C 33.8331 44.6654 55.455 43.725 59.7193 24.486 C 59.7193 24.486 59.5762 15.5239 56.4445 13.3873 C 55.7065 19.4882 38.1162 21.2598 29.1768 21.2598 C 28.9827 21.2598 28.7936 21.2592 28.6077 21.2573 C 19.8699 21.1797 14.7554 19.8146 11.4006 18.919 C 8.0458 18.0235 5.0981 16.6079 3.8533 14.4304 C 3.6378 14.0548 3.6094 13.693 3.7046 13.3514 L 3.7046 13.3514 L 56.6178 16.9482 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="InsideBowl">
|
||||
<path id="ID0.219700216781348" fill="#4C8AC1" d="M 28.5156 22.2026 C 19.6751 22.1201 14.5178 20.6579 11.105 19.6905 C 7.4098 18.643 4.9304 17.1115 3.934 15.2611 C 3.8407 15.0878 3.8193 14.9422 3.8641 14.7739 C 4.0796 13.9502 5.671 12.9726 7.0588 12.4117 L 7.2164 12.3499 C 13.9014 9.9834 21.4279 8.7758 29.5461 8.7758 C 41.6998 8.7758 51.5172 11.4903 53.5328 12.4256 C 55.5237 13.3502 56.0096 14.3315 56.1136 14.6214 C 55.2237 19.8512 39.8488 22.2058 29.0923 22.2058 L 28.5156 22.2026 L 28.5156 22.2026 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.2999734110198915" d="M 29.5461 9.7205 C 41.6494 9.7205 51.4422 12.4974 53.1344 13.2827 C 54.4006 13.8707 54.9162 14.4411 55.1128 14.7336 C 54.5134 16.5411 51.1044 18.3045 45.8191 19.5108 C 40.1708 20.8003 33.4751 21.2598 29.0917 21.2598 C 28.8982 21.2598 28.7091 21.2592 28.5245 21.2573 C 19.8106 21.176 14.727 19.7346 11.3634 18.781 C 8.0016 17.8281 5.7472 16.497 4.829 14.9239 C 5.0773 14.5565 6.0088 13.86 7.3846 13.2997 L 7.4206 13.2865 L 7.4514 13.2733 L 7.4678 13.2663 L 7.5756 13.2266 C 14.1781 10.9004 21.569 9.7205 29.5461 9.7205 M 29.5461 7.8298 C 22.4514 7.8298 14.5493 8.75 6.8577 11.4745 C 6.8577 11.4745 6.8445 11.4796 6.8262 11.4871 C 6.8231 11.4884 6.8199 11.489 6.8161 11.4909 C 6.7916 11.4997 6.7582 11.5136 6.7134 11.5313 C 6.7109 11.5325 6.7071 11.5338 6.704 11.535 C 6.0346 11.8054 3.3567 12.9745 2.9489 14.5331 C 2.8512 14.9056 2.8802 15.2995 3.1008 15.7092 C 4.3783 18.0821 7.4035 19.6237 10.8466 20.5999 C 14.2896 21.5762 19.5384 23.0642 28.5062 23.148 C 28.6965 23.1499 28.8919 23.1505 29.0911 23.1505 C 38.2656 23.1505 56.3166 21.2201 57.0741 14.5722 C 57.0741 14.5722 56.9103 12.9512 53.9304 11.5672 C 52.029 10.6855 42.0408 7.8298 29.5461 7.8298 L 29.5461 7.8298 L 29.5461 9.7205 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Peach4">
|
||||
<g id="Outside_10_">
|
||||
<path id="ID0.6075540240854025" fill="#F37920" d="M 27.753 27.382 C 22.406 27.3827 22.157 23.2211 22.1489 23.044 C 22.1583 22.906 22.4715 18.9499 30.4108 18.3978 C 30.3982 18.4003 30.7417 18.4325 31.2831 18.4325 C 32.7389 18.4325 35.4849 18.2018 37.532 16.6539 C 38.6784 15.7867 39.3767 15.6039 39.7593 15.6039 C 40.254 15.6039 40.399 15.9052 40.4135 15.9392 C 40.4311 15.9783 41.5032 18.3064 40.4003 20.8892 C 39.3975 23.2381 36.9641 25.0734 33.1669 26.3434 C 31.1097 27.0329 29.2877 27.382 27.753 27.382 L 27.753 27.382 L 27.753 27.382 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.283581605181098" d="M 39.7599 15.9197 L 39.7599 15.9197 C 39.9982 15.9197 40.0895 16.0136 40.1122 16.0407 L 40.1362 16.0924 C 40.1469 16.1138 41.1603 18.2964 40.1154 20.7568 C 39.1524 23.0239 36.7807 24.803 33.0673 26.0459 C 31.0417 26.7234 29.2537 27.0669 27.753 27.0669 C 22.9285 27.0669 22.4993 23.4795 22.4659 23.0636 C 22.5068 22.6778 23.0823 19.2379 30.3862 18.7155 C 30.511 18.7262 30.8318 18.7476 31.2831 18.7476 C 32.778 18.7476 35.6022 18.5087 37.7223 16.9054 C 38.8561 16.0476 39.4858 15.9197 39.7599 15.9197 M 39.7593 15.2894 C 39.2475 15.2894 38.478 15.5434 37.3416 16.4031 C 35.357 17.9037 32.6614 18.118 31.2831 18.118 C 30.7322 18.118 30.3913 18.084 30.3913 18.084 C 22.0316 18.6644 21.8337 23.0585 21.8337 23.0585 C 21.8337 23.0585 22.043 27.6972 27.753 27.6972 C 29.2058 27.6972 31.0152 27.3965 33.2671 26.6434 C 44.1282 23.0094 40.7053 15.8214 40.7053 15.8214 C 40.7053 15.8214 40.5011 15.2894 39.7593 15.2894 L 39.7593 15.2894 L 39.7599 15.9197 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="Inside_11_">
|
||||
<path id="ID0.06357091525569558" fill="#FAAB18" d="M 27.0528 25.0085 C 23.7648 25.0085 22.3764 23.281 22.1369 22.9438 C 22.1142 22.7031 22.0909 21.7842 22.8755 20.7915 C 23.7352 19.7037 25.757 18.3367 30.5091 17.9989 C 30.5142 17.9989 30.5186 17.9989 30.5224 17.9989 C 31.2723 17.9989 34.7841 17.8993 37.3883 16.1346 C 38.0866 15.6613 38.7074 15.4212 39.2318 15.4212 C 40.1897 15.4212 40.5332 16.2487 40.5477 16.284 C 40.561 16.3174 41.6639 19.4629 33.3711 23.3541 C 31.0322 24.452 28.9058 25.0085 27.0528 25.0085 L 27.0528 25.0085 L 27.0528 25.0085 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.8631782946176827" d="M 39.2318 15.7369 L 39.2318 15.7369 C 39.9553 15.7369 40.2276 16.3363 40.2528 16.3955 C 40.2629 16.4245 41.1792 19.3426 33.2368 23.0692 C 30.9396 24.1463 28.8591 24.6928 27.0528 24.6928 C 24.102 24.6928 22.7671 23.2451 22.4457 22.8304 C 22.4369 22.5493 22.4835 21.8043 23.1094 21.0026 C 23.9236 19.9602 25.8686 18.648 30.5079 18.3146 L 30.5469 18.3146 C 31.2452 18.3146 34.8686 18.222 37.5654 16.3949 C 38.2013 15.9644 38.778 15.7369 39.2318 15.7369 M 39.2318 15.1067 C 38.715 15.1067 38.0513 15.3052 37.2118 15.8743 C 34.6316 17.6226 31.0499 17.6856 30.5469 17.6856 C 30.5079 17.6856 30.4871 17.6856 30.4871 17.6856 C 21.01 18.3587 21.8337 23.0585 21.8337 23.0585 C 21.8337 23.0585 23.2486 25.3243 27.0528 25.3243 C 28.7186 25.3243 30.8419 24.89 33.5047 23.6409 C 42.2494 19.5379 40.8408 16.1699 40.8408 16.1699 C 40.8408 16.1699 40.428 15.1067 39.2318 15.1067 L 39.2318 15.1067 L 39.2318 15.7369 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Peach3">
|
||||
<g id="Inside_3_">
|
||||
<path id="ID0.11538523342460394" fill="#FAAB18" d="M 6.6006 25.9684 C 6.3832 25.8562 5.5985 25.3797 5.1863 24.1854 C 4.7344 22.8751 4.6739 20.4348 6.9535 16.2512 C 7.0311 16.1377 9.1827 12.8712 9.0945 9.4533 C 9.068 8.4323 9.2653 7.6987 9.68 7.2733 C 10.014 6.9304 10.4256 6.8586 10.7117 6.8586 C 10.8321 6.8586 10.9128 6.8718 10.9247 6.8743 C 10.96 6.8813 14.2039 7.6489 13.0071 16.7308 C 11.86 25.4194 7.2334 25.9381 6.6006 25.9684 L 6.6006 25.9684 L 6.6006 25.9684 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.7468189257197082" d="M 10.7117 7.1737 L 10.7117 7.1737 C 10.7993 7.1737 10.8579 7.1825 10.8598 7.1825 L 10.8598 7.1825 C 10.9216 7.1983 13.834 8.0397 12.6945 16.6892 C 11.6205 24.8251 7.4836 25.5783 6.6731 25.6482 C 6.4235 25.5001 5.8109 25.0507 5.4769 24.0606 C 5.0552 22.8127 5.0162 20.4758 7.2176 16.4251 C 7.4414 16.0835 9.4972 12.8434 9.4096 9.4451 C 9.3857 8.5256 9.5577 7.8506 9.9063 7.4932 C 10.1628 7.2292 10.4861 7.1737 10.7117 7.1737 M 10.7117 6.5435 C 10.1061 6.5435 8.7113 6.8277 8.7794 9.4615 C 8.8663 12.8195 6.6769 16.1006 6.6769 16.1006 C 2.1309 24.4438 6.5325 26.2854 6.5325 26.2854 C 6.5325 26.2854 6.5332 26.2854 6.5351 26.2854 C 6.6762 26.2854 12.0718 26.223 13.3184 16.7724 C 14.5808 7.1958 10.9846 6.5655 10.9846 6.5655 C 10.9846 6.5655 10.8781 6.5435 10.7117 6.5435 L 10.7117 6.5435 L 10.7117 7.1737 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Peach1">
|
||||
<g id="Outside_2_">
|
||||
<path id="ID0.8783507249318063" fill="#F37920" d="M 39.8166 20.1001 C 38.5612 20.1001 37.6568 19.5852 37.6486 19.5795 C 37.537 19.497 34.3751 17.0982 38.1944 10.1138 C 38.2744 10.0205 40.8427 6.7344 40.566 3.1798 C 40.44 1.5607 40.7311 0.8781 40.9977 0.5901 C 41.178 0.3941 41.3708 0.3651 41.4692 0.3651 L 41.536 0.3708 C 41.5612 0.3739 44.0998 0.7269 45.6798 3.0494 C 47.1168 5.1613 47.3488 8.1998 46.3712 12.0827 C 44.7011 18.7092 41.8845 20.1001 39.8166 20.1001 L 39.8166 20.1001 L 39.8166 20.1001 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.045910890214145184" d="M 41.4692 0.6802 L 41.4975 0.684 C 41.5215 0.6872 43.9057 1.0111 45.4139 3.2183 C 46.8036 5.2527 47.0229 8.2086 46.0656 12.0052 C 44.783 17.0951 42.6219 19.785 39.8166 19.785 C 38.778 19.785 37.9851 19.4005 37.8326 19.3211 C 37.5648 19.1056 34.9398 16.7554 38.4471 10.3098 C 38.7805 9.8756 41.1528 6.6493 40.8805 3.1552 C 40.7526 1.5115 41.0809 0.9632 41.229 0.8044 C 41.3236 0.7017 41.4118 0.6802 41.4692 0.6802 L 41.4692 0.6802 M 41.4692 0.05 C 41.1162 0.05 40.024 0.2826 40.2515 3.2044 C 40.5219 6.6771 37.9177 9.9632 37.9177 9.9632 C 33.8967 17.3151 37.4898 19.8524 37.4898 19.8524 C 37.4898 19.8524 38.4616 20.4153 39.816 20.4153 C 41.9166 20.4153 44.9362 19.0615 46.6763 12.159 C 49.4752 1.0534 41.5757 0.0582 41.5757 0.0582 C 41.5757 0.0582 41.5366 0.05 41.4692 0.05 L 41.4692 0.05 L 41.4692 0.6802 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="Inside_2_">
|
||||
<path id="ID0.1936820289120078" fill="#FAAB18" d="M 37.5578 19.5354 C 37.3404 19.4232 36.5557 18.9468 36.1435 17.7531 C 35.6917 16.4428 35.6318 14.0025 37.9114 9.8189 C 37.9883 9.7054 40.14 6.4388 40.0517 3.021 C 40.0253 2 40.2225 1.2664 40.6372 0.841 C 40.9713 0.4981 41.3828 0.4263 41.6696 0.4263 C 41.79 0.4263 41.8706 0.4395 41.8826 0.442 C 41.9173 0.4489 45.1612 1.2166 43.9643 10.2985 C 42.8179 18.9871 38.1906 19.5058 37.5578 19.5354 L 37.5578 19.5354 L 37.5578 19.5354 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.9940452729351819" d="M 41.6689 0.7408 L 41.6689 0.7408 C 41.7565 0.7408 41.8145 0.7496 41.8164 0.7496 L 41.8164 0.7496 C 41.8788 0.7653 44.7912 1.6067 43.6511 10.2563 C 42.5771 18.3928 38.4389 19.1453 37.6297 19.2146 C 37.3889 19.0709 36.7851 18.6298 36.448 17.6693 C 36.0093 16.4214 35.9538 14.0762 38.1742 9.9916 C 38.3973 9.65 40.4532 6.4098 40.3662 3.0115 C 40.3423 2.0926 40.5137 1.417 40.8622 1.0597 C 41.12 0.7962 41.4433 0.7408 41.6689 0.7408 M 41.6689 0.1105 C 41.0633 0.1105 39.6679 0.3947 39.7366 3.0286 C 39.8236 6.3865 37.6341 9.6676 37.6341 9.6676 C 33.0881 18.0108 37.4898 19.8524 37.4898 19.8524 C 37.4898 19.8524 37.491 19.8524 37.4929 19.8524 C 37.6341 19.8524 43.029 19.79 44.2763 10.3395 C 45.5387 0.7622 41.9425 0.1319 41.9425 0.1319 C 41.9425 0.1319 41.836 0.1105 41.6689 0.1105 L 41.6689 0.1105 L 41.6689 0.7408 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Banana4">
|
||||
<g id="Banana_3_">
|
||||
<path id="Outside_6_" fill="#FFF4A0" stroke="#000000" d="M 16.33 11.9789 C 17.6097 12.1515 18.7215 12.664 19.4834 13.3525 C 20.2458 14.0411 20.6583 14.9057 20.5401 15.7819 C 20.4218 16.6582 19.795 17.3826 18.8773 17.8445 C 17.9603 18.3065 16.7524 18.506 15.4727 18.3333 C 14.1929 18.1607 13.0811 17.6482 12.3193 16.9597 C 11.5568 16.2711 11.1444 15.4066 11.2626 14.5303 C 11.3808 13.654 12.0076 12.9296 12.9253 12.4677 C 13.8423 12.0058 15.0502 11.8062 16.33 11.9789 Z " stroke-width="0.6302357902391402"/>
|
||||
<path id="Inside_7_" fill="#FFF4A0" stroke="#000000" d="M 16.3441 11.7966 C 17.6239 11.9692 18.7474 12.3954 19.5279 12.9451 C 20.3092 13.4943 20.7476 14.1671 20.658 14.8316 C 20.5684 15.4962 19.9675 16.0288 19.0687 16.3515 C 18.1704 16.675 16.9742 16.7884 15.6944 16.6159 C 14.4147 16.4434 13.2912 16.0172 12.5106 15.4674 C 11.7294 14.9182 11.291 14.2455 11.3805 13.5809 C 11.4701 12.9164 12.071 12.3837 12.9699 12.061 C 13.8682 11.7376 15.0644 11.6241 16.3441 11.7966 Z " stroke-width="0.6302273665742018"/>
|
||||
</g>
|
||||
<path id="Seed_11_" d="M 15.7518 14.3623 C 15.6598 14.3069 15.5571 14.3044 15.4688 14.373 C 15.2861 14.5155 15.1386 14.6655 15.0081 14.8577 C 14.9186 14.9926 15.0642 15.1987 15.2205 15.1111 C 15.4197 15.002 15.6018 14.8905 15.7663 14.7304 C 15.8407 14.6579 15.8772 14.552 15.8293 14.4537 C 15.8079 14.414 15.7903 14.3857 15.7518 14.3623 L 15.7518 14.3623 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_10_" d="M 16.7073 14.6384 C 16.5642 14.5035 16.2705 14.6365 16.389 14.8407 C 16.5466 15.1161 16.7747 15.423 17.0974 15.4886 C 17.214 15.5119 17.3375 15.3714 17.3035 15.2604 C 17.214 14.963 16.9241 14.8394 16.7073 14.6384 L 16.7073 14.6384 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_9_" d="M 16.5377 13.4756 C 16.4842 13.4207 16.4148 13.4151 16.3525 13.4586 C 16.1798 13.5821 16.2434 13.7541 16.2541 13.9363 C 16.2623 14.0724 16.4659 14.0731 16.5081 13.9583 C 16.5711 13.7781 16.6978 13.6394 16.5377 13.4756 L 16.5377 13.4756 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="Apple3">
|
||||
<path id="ID0.599953917786479" fill="#FFF4C7" d="M 23.3249 23.0402 C 20.427 23.0402 18.6371 20.6283 18.148 16.0659 C 18.1531 15.9184 18.1915 11.5105 15.2691 9.3726 C 14.5714 8.8621 14.2247 8.3176 14.2399 7.7535 C 14.2695 6.6355 15.6472 5.7229 15.6611 5.7141 C 15.6749 5.7052 16.7401 5.0075 18.4487 5.0075 C 20.2915 5.0075 23.1692 5.8319 26.4119 9.7577 C 32.1667 16.7277 26.2663 22.0608 25.7249 22.5253 C 25.5339 22.6117 24.5306 23.0402 23.3249 23.0402 L 23.3249 23.0402 L 23.3249 23.0402 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.22955454839393497" d="M 18.4493 5.3227 L 18.4493 5.3227 C 20.2247 5.3227 23.0054 6.1269 26.1692 9.9582 C 31.6303 16.572 26.2278 21.6644 25.5522 22.2575 C 25.3089 22.3646 24.4102 22.7251 23.3249 22.7251 C 19.9115 22.7251 18.7972 19.1138 18.4657 16.0678 C 18.4669 15.5655 18.3894 11.2647 15.4556 9.1187 C 14.8474 8.6737 14.5449 8.2187 14.5556 7.7649 C 14.5745 6.9796 15.4859 6.2082 15.8388 5.975 C 15.8483 5.968 16.8472 5.3227 18.4493 5.3227 M 18.4487 4.6924 C 16.6109 4.6924 15.489 5.45 15.489 5.45 C 15.489 5.45 12.2577 7.5607 15.0831 9.6266 C 17.9073 11.6926 17.8348 16.0993 17.8348 16.0993 C 18.4814 22.1358 21.218 23.3554 23.3249 23.3554 C 24.7549 23.3554 25.8957 22.7932 25.8957 22.7932 C 25.8957 22.7932 32.8284 17.0352 26.6545 9.5573 C 23.4068 5.6239 20.4875 4.6924 18.4487 4.6924 L 18.4487 4.6924 L 18.4493 5.3227 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="Apple1">
|
||||
<g id="Outside_8_">
|
||||
<path id="ID0.4186926884576678" fill="#F30D00" d="M 23.8776 17.0762 C 23.865 17.073 22.2907 16.8833 21.6484 15.527 C 21.1203 14.4102 21.0825 12.1792 23.9047 7.8916 C 27.2186 2.8584 30.3314 1.8021 32.3595 1.8021 C 33.7549 1.8021 34.6328 2.3094 34.6417 2.3145 C 34.67 2.3302 34.7419 2.38 34.7545 2.5111 C 34.774 2.716 34.6662 3.3267 33.2539 4.5758 C 30.7045 6.8321 30.0049 10.3042 29.9759 10.4504 C 27.5495 16.9407 23.9747 17.0743 23.8776 17.0762 L 23.8776 17.0762 L 23.8776 17.0762 Z " stroke-width="0.6302494406700134"/>
|
||||
<g id="ID0.520451879594475">
|
||||
<path id="ID0.8963607028126717" d="M 32.3595 2.1166 C 33.4965 2.1166 34.2641 2.4733 34.4406 2.5634 C 34.433 2.6851 34.3202 3.2132 33.0446 4.3401 C 30.5608 6.5397 29.7805 9.8529 29.6778 10.3363 C 27.4127 16.364 24.2066 16.7377 23.9041 16.7598 C 23.6747 16.7264 22.4545 16.4995 21.9308 15.3859 C 21.4405 14.3415 21.4304 12.2239 24.1682 8.0643 C 27.4045 3.1489 30.4089 2.1166 32.3595 2.1166 M 32.3595 1.4863 C 30.2576 1.4863 27.0352 2.5634 23.6419 7.7176 C 17.6798 16.7743 23.8745 17.3907 23.8745 17.3907 C 23.8745 17.3907 23.8751 17.3907 23.8757 17.3907 C 23.9665 17.3907 27.7329 17.3497 30.2854 10.5109 C 30.2854 10.5109 30.9642 7.0231 33.4625 4.8122 C 35.9639 2.6012 34.8024 2.0428 34.8024 2.0428 C 34.8024 2.0428 33.8702 1.4863 32.3595 1.4863 L 32.3595 1.4863 L 32.3595 2.1166 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Inside_9_">
|
||||
<path id="ID0.14779661688953638" fill="#FFF4C7" d="M 24.2482 17.1077 C 24.1493 17.1077 24.0717 17.1014 24.0201 17.0951 C 23.647 16.7088 21.5312 14.056 26.5285 7.8588 C 30.6982 2.6882 33.1102 2.1305 33.9541 2.1305 C 34.2503 2.1305 34.3959 2.1966 34.3978 2.1973 C 34.4104 2.2036 34.7337 2.3737 34.7904 2.7588 C 34.8421 3.1105 34.6889 3.7351 33.666 4.7176 C 31.319 6.9739 30.3868 10.2273 30.3478 10.364 C 28.002 16.6199 25.0858 17.1077 24.2482 17.1077 L 24.2482 17.1077 L 24.2482 17.1077 Z " stroke-width="0.6302494406700134"/>
|
||||
<g id="ID0.16473754029721022">
|
||||
<path id="ID0.5285196085460484" d="M 33.9541 2.4456 C 34.1412 2.4456 34.2452 2.4771 34.2515 2.4771 C 34.2522 2.4771 34.2522 2.4771 34.2522 2.4771 C 34.2837 2.4954 34.452 2.6012 34.4797 2.8118 C 34.5036 2.9952 34.452 3.5258 33.4473 4.4907 C 31.1261 6.7218 30.1549 9.8983 30.0522 10.2518 C 27.7707 16.3199 25.0329 16.7926 24.2476 16.7926 C 24.2199 16.7926 24.194 16.7919 24.1701 16.7913 C 23.7232 16.2455 22.2182 13.7056 26.773 8.0573 C 30.8583 2.9926 33.1562 2.4456 33.9541 2.4456 M 33.9541 1.8153 C 32.9097 1.8153 30.4316 2.5174 26.2833 7.6609 C 20.5764 14.738 23.8745 17.3907 23.8745 17.3907 C 23.8745 17.3907 24.0094 17.4228 24.2482 17.4228 C 25.2825 17.4228 28.2616 16.8247 30.6516 10.4497 C 30.6516 10.4497 31.5723 7.1674 33.8847 4.9451 C 36.199 2.7216 34.537 1.9149 34.537 1.9149 C 34.537 1.9149 34.3467 1.8153 33.9541 1.8153 L 33.9541 1.8153 L 33.9541 2.4456 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Apple1_1_">
|
||||
<g id="Outside_11_">
|
||||
<path id="ID0.9804328079335392" fill="#F30D00" d="M 45.1322 23.6383 C 42.8147 23.6383 41.7433 21.4249 41.7326 21.4029 C 41.686 21.2718 40.4116 17.559 46.3681 13.6508 C 46.4601 13.6186 49.8464 12.1804 51.2393 9.0191 C 52.0233 7.2342 52.6239 7.0414 52.8464 7.0414 C 53.0097 7.0414 53.1092 7.1378 53.1136 7.1422 C 53.3361 7.3508 58.1979 12.0499 51.451 19.6451 C 49.0971 22.2947 46.9712 23.6383 45.1322 23.6383 L 45.1322 23.6383 L 45.1322 23.6383 Z " stroke-width="0.6302494406700134"/>
|
||||
<g id="ID0.5750450738705695">
|
||||
<path id="ID0.1977956579066813" d="M 52.8464 7.3559 L 52.8464 7.3559 C 52.8704 7.3559 52.8886 7.3659 52.8968 7.371 L 52.9113 7.3842 C 53.113 7.5714 57.7775 12.0474 51.2153 19.4346 C 48.9565 21.9776 46.8521 23.322 45.1322 23.322 C 43.1381 23.322 42.1593 21.544 42.0313 21.2932 C 41.9173 20.9384 41.0198 17.5583 46.496 13.9426 C 46.9832 13.7283 50.1679 12.2302 51.5273 9.1439 C 52.1494 7.7302 52.6618 7.3559 52.8464 7.3559 M 52.8464 6.7256 C 52.4153 6.7256 51.7372 7.1019 50.9506 8.8918 C 49.5931 11.9737 46.1954 13.3873 46.1954 13.3873 C 39.9282 17.4997 41.4477 21.5371 41.4477 21.5371 C 41.4477 21.5371 42.5885 23.9535 45.1322 23.9535 C 46.7368 23.9535 48.9004 22.9917 51.6868 19.8543 C 58.7342 11.9214 53.3399 6.9229 53.3399 6.9229 C 53.3399 6.9229 53.1578 6.7256 52.8464 6.7256 L 52.8464 6.7256 L 52.8464 7.3559 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Inside_12_">
|
||||
<path id="ID0.7382481112144887" fill="#FFF4C7" d="M 43.5817 21.8018 C 42.5538 21.8018 41.87 21.43 41.6834 21.3152 C 41.4244 20.83 39.9339 17.4373 46.2918 13.2512 C 46.3952 13.1989 49.4607 11.5577 50.9292 8.6126 C 51.4384 7.5928 52.005 7.0533 52.5691 7.0533 C 53.0166 7.0533 53.3424 7.3893 53.3449 7.3924 C 53.3689 7.4182 55.4342 9.7949 50.4697 16.8688 C 47.6078 20.9459 45.1441 21.8018 43.5817 21.8018 L 43.5817 21.8018 L 43.5817 21.8018 Z " stroke-width="0.6302494406700134"/>
|
||||
<g id="ID0.4212489970959723">
|
||||
<path id="ID0.5921349711716175" d="M 52.5691 7.3685 L 52.5691 7.3685 C 52.8754 7.3685 53.1181 7.6111 53.1256 7.6187 C 53.1458 7.6395 54.9243 9.9726 50.212 16.6873 C 47.4275 20.6541 45.0698 21.4867 43.5817 21.4867 C 42.7397 21.4867 42.1523 21.2169 41.9242 21.0915 C 41.6273 20.4543 40.6189 17.3737 46.4412 13.5298 C 46.7891 13.3413 49.7576 11.6693 51.2109 8.7531 C 51.6571 7.8601 52.1393 7.3685 52.5691 7.3685 M 52.5691 6.7382 C 52.0277 6.7382 51.3326 7.0987 50.6475 8.4714 C 49.2074 11.3598 46.1179 12.9878 46.1179 12.9878 C 39.0175 17.6623 41.4471 21.5371 41.4471 21.5371 C 41.4471 21.5371 42.2418 22.1169 43.5817 22.1169 C 45.267 22.1169 47.8158 21.198 50.7275 17.0497 C 55.9529 9.6046 53.5762 7.1775 53.5762 7.1775 C 53.5762 7.1775 53.1672 6.7382 52.5691 6.7382 L 52.5691 6.7382 L 52.5691 7.3685 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Apple2">
|
||||
<g id="Outside_9_">
|
||||
<path id="ID0.43201102456077933" fill="#F30D00" d="M 28.3228 20.5659 C 25.9701 20.5659 24.6938 19.3186 24.6812 19.3054 C 24.6579 19.2827 24.6005 19.2171 24.6207 19.0861 C 24.6535 18.8831 24.91 18.3184 26.5902 17.4625 C 29.623 15.9146 31.1684 12.7287 31.232 12.5939 C 34.3505 8.1393 37.174 7.6533 38.2423 7.6533 C 38.5933 7.6533 38.7925 7.7037 38.7944 7.7044 L 38.7944 7.7044 C 38.7893 7.7044 40.2799 8.2804 40.5641 9.7621 C 40.7967 10.9754 40.2755 13.1453 36.4706 16.5909 C 33.5576 19.2291 30.816 20.5665 28.324 20.5665 C 28.3234 20.5659 28.3228 20.5659 28.3228 20.5659 L 28.3228 20.5659 Z " stroke-width="0.6302494406700134"/>
|
||||
<g id="ID0.7279054876416922">
|
||||
<path id="ID0.847284335643053" d="M 38.2423 7.9685 C 38.4767 7.9685 38.6324 7.993 38.6879 8.0037 C 38.9028 8.0932 40.0271 8.6182 40.2553 9.8277 C 40.4696 10.9615 39.9503 13.0149 36.2589 16.3571 C 33.4051 18.9411 30.7347 20.2508 28.3221 20.2508 C 26.2896 20.2508 25.1425 19.301 24.9371 19.115 C 24.9736 18.9997 25.2144 18.5169 26.7327 17.7436 C 29.6879 16.2354 31.2711 13.2222 31.491 12.7798 C 34.5402 8.4386 37.2269 7.9685 38.2423 7.9685 M 38.2423 7.3382 C 37.0101 7.3382 34.1312 7.9029 30.9478 12.4584 C 30.9478 12.4584 29.4188 15.6651 26.4472 17.1821 C 23.4724 18.6972 24.4575 19.5279 24.4575 19.5279 C 24.4575 19.5279 25.7955 20.881 28.3228 20.881 C 30.361 20.881 33.1725 20.0018 36.6824 16.8241 C 44.72 9.5453 38.875 7.3993 38.875 7.3993 C 38.875 7.3993 38.6475 7.3382 38.2423 7.3382 L 38.2423 7.3382 L 38.2423 7.9685 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Inside_10_">
|
||||
<path id="ID0.6080694450065494" fill="#FFF4C7" d="M 26.0009 19.7352 C 25.2081 19.7352 24.8904 19.4825 24.8873 19.48 C 24.8766 19.4705 24.6056 19.2247 24.6472 18.8377 C 24.685 18.4848 24.9894 17.9182 26.2253 17.2224 C 29.0614 15.6247 30.7782 12.7079 30.8501 12.5844 C 33.9547 8.1563 36.4719 7.492 37.6946 7.492 C 38.1881 7.492 38.5221 7.5972 38.6595 7.6502 C 38.9248 8.1185 40.3082 11.2155 33.9207 15.9657 C 29.7326 19.081 27.3024 19.7352 26.0009 19.7352 L 26.0009 19.7352 L 26.0009 19.7352 Z " stroke-width="0.6302494406700134"/>
|
||||
<g id="ID0.8514203899540007">
|
||||
<path id="ID0.939207780174911" d="M 37.6952 7.8071 C 38.0381 7.8071 38.2914 7.8626 38.4383 7.9067 C 38.7345 8.547 39.5563 11.3825 33.7341 15.713 C 29.3967 18.9386 27.027 19.4201 26.0009 19.4201 C 25.3726 19.4201 25.1041 19.2474 25.0997 19.2474 L 25.0997 19.2474 C 25.0795 19.2279 24.9346 19.081 24.961 18.8648 C 24.9837 18.6808 25.1671 18.1804 26.3804 17.4972 C 29.185 15.9172 30.9207 13.0848 31.1079 12.7678 C 34.1387 8.4525 36.5356 7.8071 37.6952 7.8071 M 37.6952 7.1769 C 36.2828 7.1769 33.7114 7.9558 30.5778 12.4262 C 30.5778 12.4262 28.8654 15.3739 26.0715 16.9476 C 23.2745 18.522 24.6818 19.7182 24.6818 19.7182 C 24.6818 19.7182 25.0493 20.0497 26.0009 20.0497 C 27.3415 20.0497 29.8429 19.3911 34.1097 16.2178 C 41.4049 10.792 38.875 7.3993 38.875 7.3993 C 38.875 7.3993 38.4509 7.1769 37.6952 7.1769 L 37.6952 7.1769 L 37.6952 7.8071 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Banana5">
|
||||
<g id="Banana_4_">
|
||||
<path id="Outside_7_" fill="#FFF4A0" stroke="#000000" d="M 7.7879 12.6797 C 8.9167 12.4653 9.9985 12.5851 10.8353 12.9515 C 11.6722 13.3179 12.2634 13.9312 12.4101 14.7039 C 12.5569 15.4766 12.2317 16.2639 11.5875 16.9116 C 10.9433 17.5594 9.9807 18.0675 8.852 18.2818 C 7.7233 18.4962 6.6414 18.3765 5.8046 18.0101 C 4.9678 17.6436 4.3766 17.0304 4.2298 16.2577 C 4.0831 15.485 4.4082 14.6977 5.0524 14.0499 C 5.6966 13.4022 6.6592 12.8941 7.7879 12.6797 Z " stroke-width="0.6302271672809954"/>
|
||||
<path id="Inside_8_" fill="#FFF4A0" stroke="#000000" d="M 7.7265 12.5421 C 8.8552 12.3276 9.9227 12.3711 10.7364 12.6155 C 11.5499 12.8592 12.109 13.3028 12.2204 13.8891 C 12.3318 14.4755 11.9745 15.0932 11.307 15.6184 C 10.6397 16.1442 9.6627 16.5763 8.534 16.7908 C 7.4052 17.0053 6.3378 16.9618 5.5241 16.7174 C 4.7105 16.4736 4.1515 16.0301 4.0401 15.4438 C 3.9287 14.8574 4.286 14.2397 4.9534 13.7145 C 5.6207 13.1887 6.5978 12.7566 7.7265 12.5421 Z " stroke-width="0.6302389313919262"/>
|
||||
</g>
|
||||
<path id="Seed_14_" d="M 7.9311 14.8993 C 7.8384 14.8785 7.7502 14.905 7.6953 14.9882 C 7.5813 15.1596 7.4987 15.3285 7.4432 15.5264 C 7.4054 15.6657 7.5863 15.798 7.6935 15.6802 C 7.8315 15.5321 7.9537 15.3871 8.047 15.2056 C 8.0893 15.1237 8.0899 15.0241 8.0218 14.9541 C 7.9928 14.927 7.9695 14.9081 7.9311 14.8993 L 7.9311 14.8993 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_13_" d="M 8.8153 14.8634 C 8.6565 14.7896 8.446 14.9844 8.6035 15.1237 C 8.814 15.3109 9.0926 15.5069 9.3838 15.4709 C 9.489 15.4577 9.5533 15.3046 9.4934 15.2207 C 9.334 14.9945 9.0542 14.9724 8.8153 14.8634 L 8.8153 14.8634 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_12_" d="M 8.3445 13.9294 C 8.284 13.8985 8.2241 13.9136 8.1832 13.9672 C 8.0722 14.1197 8.1743 14.247 8.2355 14.3983 C 8.2802 14.5111 8.4523 14.4544 8.4554 14.3453 C 8.4579 14.1758 8.526 14.0233 8.3445 13.9294 L 8.3445 13.9294 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="Banana3">
|
||||
<g id="Banana_2_">
|
||||
<path id="Outside_5_" fill="#FFF4A0" stroke="#000000" d="M 46.3953 16.1597 C 47.599 15.6921 48.8199 15.6032 49.8197 15.8375 C 50.82 16.0716 51.599 16.629 51.9192 17.4532 C 52.2394 18.2774 52.0409 19.2145 51.461 20.0625 C 50.8816 20.9103 49.9208 21.6689 48.7171 22.1365 C 47.5134 22.6041 46.2924 22.6931 45.2927 22.4587 C 44.2924 22.2246 43.5133 21.6673 43.1931 20.8431 C 42.873 20.0189 43.0714 19.0817 43.6514 18.2337 C 44.2307 17.386 45.1916 16.6273 46.3953 16.1597 Z " stroke-width="0.6302263794198218"/>
|
||||
<path id="Inside_6_" fill="#FFF4A0" stroke="#000000" d="M 46.3135 15.9942 C 47.5172 15.5265 48.7067 15.3564 49.6558 15.4602 C 50.6053 15.5632 51.3143 15.9402 51.5572 16.5652 C 51.8001 17.1903 51.5316 17.9471 50.9008 18.6642 C 50.2709 19.3816 49.2786 20.0593 48.0749 20.5271 C 46.8712 20.9948 45.6817 21.1649 44.7326 21.0611 C 43.7831 20.9581 43.074 20.5811 42.8312 19.9561 C 42.5883 19.331 42.8567 18.5742 43.4875 17.8571 C 44.1175 17.1397 45.1098 16.462 46.3135 15.9942 Z " stroke-width="0.6302492013103452"/>
|
||||
</g>
|
||||
<path id="Seed_8_" d="M 47.0172 18.5718 C 46.9101 18.568 46.8187 18.6153 46.7746 18.718 C 46.6832 18.9304 46.6271 19.134 46.6051 19.3646 C 46.5918 19.526 46.8193 19.6356 46.9132 19.4837 C 47.0349 19.2915 47.1408 19.1062 47.2069 18.8863 C 47.2372 18.7873 47.2183 18.6764 47.1282 18.6134 C 47.0916 18.59 47.062 18.5737 47.0172 18.5718 L 47.0172 18.5718 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_7_" d="M 47.9872 18.3512 C 47.7962 18.302 47.604 18.5611 47.8063 18.6821 C 48.0779 18.8466 48.4252 19.0054 48.7397 18.9064 C 48.8532 18.8705 48.8935 18.6877 48.8097 18.6071 C 48.5878 18.3909 48.274 18.423 47.9872 18.3512 L 47.9872 18.3512 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_6_" d="M 47.2763 17.4153 C 47.2032 17.3932 47.1395 17.4216 47.1055 17.4896 C 47.0135 17.6812 47.1527 17.8016 47.2504 17.9554 C 47.3229 18.0707 47.5019 17.9724 47.483 17.8514 C 47.4515 17.6642 47.4962 17.4821 47.2763 17.4153 L 47.2763 17.4153 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="Banana2">
|
||||
<g id="Banana_1_">
|
||||
<path id="Outside_4_" fill="#FFF4A0" stroke="#000000" d="M 41.668 13.682 C 42.9319 13.9471 44.0036 14.539 44.7135 15.2809 C 45.4239 16.0231 45.7725 16.9153 45.591 17.7807 C 45.4095 18.6461 44.7317 19.3231 43.7829 19.7172 C 42.8347 20.1114 41.6155 20.2227 40.3516 19.9575 C 39.0878 19.6924 38.0161 19.1006 37.3062 18.3586 C 36.5958 17.6164 36.2471 16.7242 36.4287 15.8588 C 36.6102 14.9934 37.288 14.3164 38.2368 13.9224 C 39.185 13.5282 40.4042 13.4168 41.668 13.682 Z " stroke-width="0.6302499910172118"/>
|
||||
<path id="Inside_5_" fill="#FFF4A0" stroke="#000000" d="M 41.6936 13.5005 C 42.9575 13.7655 44.0471 14.2721 44.7857 14.8771 C 45.525 15.4816 45.9134 16.1844 45.7758 16.8407 C 45.6382 17.497 45.0002 17.9847 44.0803 18.2413 C 43.1609 18.4986 41.9596 18.5249 40.6957 18.2599 C 39.4319 17.9949 38.3423 17.4883 37.6037 16.8833 C 36.8643 16.2789 36.4759 15.576 36.6135 14.9197 C 36.7511 14.2634 37.3891 13.7758 38.309 13.5192 C 39.2284 13.2618 40.4297 13.2355 41.6936 13.5005 Z " stroke-width="0.6302370548068481"/>
|
||||
</g>
|
||||
<path id="Seed_5_" d="M 40.9221 16.0022 C 40.8345 15.9405 40.7318 15.9304 40.6391 15.9922 C 40.4463 16.1207 40.2881 16.26 40.1444 16.4422 C 40.0454 16.5701 40.1759 16.7863 40.3379 16.71 C 40.5446 16.6155 40.7349 16.5178 40.9101 16.369 C 40.9895 16.3029 41.0337 16.1995 40.9927 16.0974 C 40.9744 16.0577 40.9587 16.0281 40.9221 16.0022 L 40.9221 16.0022 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_4_" d="M 41.8549 16.347 C 41.7213 16.202 41.4194 16.313 41.5227 16.526 C 41.6607 16.8121 41.8649 17.1348 42.1826 17.2237 C 42.2973 17.2552 42.4309 17.1247 42.4051 17.0113 C 42.337 16.7075 42.0565 16.5638 41.8549 16.347 L 41.8549 16.347 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_3_" d="M 41.7704 15.1747 C 41.7213 15.1161 41.6519 15.1054 41.587 15.1445 C 41.4055 15.2548 41.4565 15.4319 41.454 15.614 C 41.4521 15.7501 41.6557 15.7659 41.7055 15.6543 C 41.7811 15.4785 41.9179 15.3506 41.7704 15.1747 L 41.7704 15.1747 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<path id="Blueberry5" fill="#3F64FF" stroke="#000000" d="M 16.5756 17.6024 C 17.1321 17.6024 17.6356 17.8356 18.0006 18.2125 C 18.3661 18.5894 18.5917 19.11 18.5917 19.6842 C 18.5917 20.2583 18.3661 20.7789 18.0006 21.1558 C 17.6356 21.5327 17.1321 21.7659 16.5756 21.7659 C 16.0191 21.7659 15.5155 21.5327 15.1506 21.1558 C 14.785 20.7789 14.5594 20.2583 14.5594 19.6842 C 14.5594 19.11 14.785 18.5894 15.1506 18.2125 C 15.5155 17.8356 16.0191 17.6024 16.5756 17.6024 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="Blueberry4" fill="#3F64FF" stroke="#000000" d="M 8.0785 12.4388 C 8.635 12.4388 9.1386 12.672 9.5035 13.0489 C 9.8691 13.4258 10.0947 13.9464 10.0947 14.5205 C 10.0947 15.0947 9.8691 15.6153 9.5035 15.9922 C 9.1386 16.369 8.635 16.6022 8.0785 16.6022 C 7.522 16.6022 7.0185 16.369 6.6535 15.9922 C 6.288 15.6153 6.0624 15.0947 6.0624 14.5205 C 6.0624 13.9464 6.288 13.4258 6.6535 13.0489 C 7.0185 12.672 7.522 12.4388 8.0785 12.4388 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="Blueberry3" fill="#3F64FF" stroke="#000000" d="M 36.6383 17.4978 C 37.1948 17.4978 37.6984 17.731 38.0633 18.1079 C 38.4288 18.4848 38.6545 19.0054 38.6545 19.5795 C 38.6545 20.1537 38.4288 20.6743 38.0633 21.0512 C 37.6984 21.4281 37.1948 21.6613 36.6383 21.6613 C 36.0818 21.6613 35.5782 21.4281 35.2133 21.0512 C 34.8478 20.6743 34.6221 20.1537 34.6221 19.5795 C 34.6221 19.0054 34.8478 18.4848 35.2133 18.1079 C 35.5782 17.731 36.0818 17.4978 36.6383 17.4978 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="Blueberry2" fill="#3F64FF" stroke="#000000" d="M 46.4072 12.5605 C 46.9637 12.5605 47.4672 12.7936 47.8322 13.1705 C 48.1977 13.5474 48.4233 14.068 48.4233 14.6422 C 48.4233 15.2163 48.1977 15.7369 47.8322 16.1138 C 47.4672 16.4907 46.9637 16.7239 46.4072 16.7239 C 45.8506 16.7239 45.3471 16.4907 44.9822 16.1138 C 44.6166 15.7369 44.391 15.2163 44.391 14.6422 C 44.391 14.068 44.6166 13.5474 44.9822 13.1705 C 45.3471 12.7936 45.8506 12.5605 46.4072 12.5605 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="Blueberry1" fill="#3F64FF" stroke="#000000" d="M 34.7475 8.5691 C 35.3041 8.5691 35.8076 8.8023 36.1725 9.1792 C 36.5381 9.5561 36.7637 10.0766 36.7637 10.6508 C 36.7637 11.225 36.5381 11.7455 36.1725 12.1224 C 35.8076 12.4993 35.3041 12.7325 34.7475 12.7325 C 34.191 12.7325 33.6875 12.4993 33.3225 12.1224 C 32.957 11.7455 32.7314 11.225 32.7314 10.6508 C 32.7314 10.0766 32.957 9.5561 33.3225 9.1792 C 33.6875 8.8023 34.191 8.5691 34.7475 8.5691 Z " stroke-width="0.6302494406700134"/>
|
||||
<g id="Banana1">
|
||||
<g id="Banana">
|
||||
<path id="Outside_3_" fill="#FFF4A0" stroke="#000000" d="M 27.3673 8.7505 C 28.786 8.4435 30.1564 8.5603 31.2251 8.9965 C 32.2938 9.432 33.0603 10.1882 33.2706 11.1597 C 33.4808 12.1311 33.0954 13.1366 32.3025 13.975 C 31.5096 14.814 30.3101 15.4869 28.8914 15.7939 C 27.4728 16.1009 26.1023 15.9841 25.0336 15.5479 C 23.965 15.1124 23.1984 14.3561 22.9882 13.3847 C 22.778 12.4133 23.1633 11.4077 23.9563 10.5694 C 24.7491 9.7304 25.9486 9.0575 27.3673 8.7505 Z " stroke-width="0.6302629975589007"/>
|
||||
<path id="Inside_4_" fill="#FFF4A0" stroke="#000000" d="M 27.3218 8.5722 C 28.7404 8.2652 30.0902 8.2866 31.1256 8.5687 C 32.1609 8.8502 32.8814 9.3934 33.0408 10.1301 C 33.2002 10.8668 32.7688 11.6592 31.9425 12.3436 C 31.1163 13.0286 29.8961 13.606 28.4775 13.913 C 27.0588 14.22 25.709 14.1987 24.6736 13.9165 C 23.6383 13.635 22.9179 13.0919 22.7584 12.3551 C 22.599 11.6184 23.0305 10.826 23.8568 10.1416 C 24.6829 9.4566 25.9031 8.8792 27.3218 8.5722 Z " stroke-width="0.6302629975589007"/>
|
||||
</g>
|
||||
<path id="Seed_2_" d="M 27.6547 11.5331 C 27.5362 11.5098 27.4266 11.5464 27.3598 11.6523 C 27.2205 11.8728 27.1222 12.0878 27.0579 12.3411 C 27.0156 12.5176 27.2482 12.6796 27.3799 12.5277 C 27.5488 12.3355 27.6988 12.1483 27.811 11.9157 C 27.8621 11.8111 27.8602 11.685 27.7719 11.5993 C 27.7341 11.5665 27.7039 11.5432 27.6547 11.5331 L 27.6547 11.5331 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed_1_" d="M 28.7709 11.4594 C 28.5667 11.3718 28.3083 11.6245 28.5112 11.7953 C 28.7841 12.0254 29.1415 12.263 29.5083 12.2088 C 29.64 12.1892 29.7169 11.9932 29.6387 11.8886 C 29.4301 11.6088 29.0766 11.5899 28.7709 11.4594 L 28.7709 11.4594 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
<path id="Seed" d="M 28.1457 10.2953 C 28.0688 10.2575 27.9925 10.2789 27.944 10.3483 C 27.8085 10.5449 27.9415 10.7025 28.0228 10.8903 C 28.0833 11.0315 28.2988 10.9539 28.2988 10.8166 C 28.2969 10.6029 28.3782 10.4081 28.1457 10.2953 L 28.1457 10.2953 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="Peach2">
|
||||
<g id="Outside_1_">
|
||||
<path id="ID0.4466899405233562" fill="#F37920" d="M 20.9394 30.8988 C 20.0873 30.8988 19.4905 30.7028 19.4842 30.7016 C 19.3392 30.6341 15.2955 28.6873 17.9615 20.1159 C 18.0308 19.9898 20.1213 15.817 19.0316 11.9806 C 18.4783 10.03 18.7632 9.2359 18.9819 8.9359 C 19.1987 8.639 19.4804 8.6264 19.4924 8.6264 C 19.5138 8.6258 19.5825 8.6208 19.7041 8.6208 C 20.4195 8.6208 22.9064 8.7808 24.8728 10.8437 C 26.807 12.8731 27.6812 16.1151 27.4719 20.4808 C 27.0371 29.545 23.1925 30.8988 20.9394 30.8988 L 20.9394 30.8988 L 20.9394 30.8988 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.5392054421827197" d="M 19.7047 8.9346 C 20.3886 8.9346 22.7652 9.0884 24.6453 11.0605 C 26.5177 13.0249 27.3629 16.1888 27.1574 20.465 C 26.7352 29.269 23.0804 30.5837 20.9394 30.5837 C 20.2518 30.5837 19.7426 30.4488 19.6159 30.4123 C 19.234 30.2163 15.7934 28.2026 18.2476 20.2577 C 18.5048 19.734 20.4062 15.6663 19.3354 11.8943 C 18.8066 10.0313 19.0833 9.3449 19.2264 9.1363 C 19.3455 8.9636 19.4848 8.9428 19.4892 8.9409 L 19.5125 8.9409 L 19.534 8.9397 C 19.5434 8.9384 19.6039 8.9346 19.7047 8.9346 M 19.7047 8.305 C 19.5655 8.305 19.4886 8.3107 19.4886 8.3107 L 19.4886 8.3107 C 19.4741 8.3107 17.6646 8.3182 18.7285 12.0663 C 19.7968 15.8283 17.6602 20.022 17.6602 20.022 C 14.8663 29.0043 19.3833 30.9997 19.3833 30.9997 C 19.3833 30.9997 20.0174 31.2139 20.9388 31.2139 C 23.2417 31.2139 27.3364 29.874 27.7864 20.4953 C 28.3461 8.8458 21.0629 8.305 19.7047 8.305 L 19.7047 8.305 L 19.7047 8.9346 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
<g id="Inside_1_">
|
||||
<path id="ID0.6806358592584729" fill="#FAAB18" d="M 19.3877 30.6757 C 19.1337 30.6058 18.1392 30.2585 17.405 29.0093 C 16.6121 27.6612 15.9989 24.9783 17.584 19.8524 C 17.6445 19.7081 19.2837 15.6468 18.4304 11.9163 C 18.1518 10.6981 18.2388 9.7949 18.6875 9.2315 C 19.1653 8.6321 19.9014 8.6252 19.909 8.6252 C 19.9512 8.6252 23.727 8.7443 24.4266 19.0457 C 25.1003 28.9589 20.052 30.515 19.3877 30.6757 L 19.3877 30.6757 L 19.3877 30.6757 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.20297497184947133" d="M 19.914 8.9409 C 20.0564 8.9504 23.4491 9.3058 24.1127 19.0671 C 24.7461 28.3892 20.243 30.1085 19.3959 30.348 C 19.1035 30.2484 18.298 29.8929 17.688 28.8682 C 16.9203 27.5774 16.331 24.9877 17.8777 19.9703 C 18.0403 19.565 19.5856 15.5535 18.7379 11.8457 C 18.4877 10.7504 18.5527 9.9178 18.9258 9.4388 C 19.2781 8.9869 19.8245 8.9447 19.914 8.9409 M 19.9134 8.31 C 19.9108 8.31 19.909 8.31 19.909 8.31 C 19.909 8.31 17.2827 8.31 18.1235 11.9863 C 18.9642 15.6625 17.2833 19.7592 17.2833 19.7592 C 14.1321 29.949 19.384 30.999 19.384 30.999 C 19.384 30.999 25.4766 29.8432 24.7411 19.0243 C 24.0201 8.4103 20.0627 8.31 19.9134 8.31 L 19.9134 8.31 L 19.914 8.9409 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Bowl_Front">
|
||||
<path id="ID0.31010090559720993" fill="#65CBEB" d="M 30.3301 44.0546 C 29.4805 44.0546 28.9896 44.0263 28.9789 44.0257 C 0.2143 41.2853 0.7538 22.9835 0.791 22.2052 C 0.9271 19.3445 2.4403 16.4314 3.3838 14.8754 C 4.6134 16.8997 7.2548 18.4646 11.238 19.5279 C 14.6413 20.4367 19.7848 21.81 28.602 21.8875 L 29.1768 21.89 C 29.4339 21.89 53.7748 21.8012 56.7937 14.5136 C 59.05 16.9029 59.3411 22.0697 59.0928 24.4199 C 57.1655 42.6372 36.5923 44.0546 30.3301 44.0546 C 30.3308 44.0546 30.3308 44.0546 30.3301 44.0546 L 30.3301 44.0546 Z " stroke-width="0.6302494406700134"/>
|
||||
<path id="ID0.6804001186974347" d="M 56.8813 15.6543 C 58.3435 17.9144 58.7279 21.8755 58.4657 24.3543 C 56.5939 42.0486 36.4574 43.4238 30.3301 43.4238 C 29.5971 43.4238 29.1345 43.4023 29.0362 43.3973 C 18.0718 42.3492 10.1596 38.9597 5.5197 33.3228 C 1.3563 28.265 1.3739 23.1997 1.42 22.2354 C 1.529 19.9508 2.5708 17.6132 3.4412 16.0331 C 4.9153 17.7985 7.476 19.1762 11.0754 20.1373 C 14.5096 21.0543 19.6991 22.4396 28.5963 22.5184 C 28.7854 22.5197 28.9782 22.5209 29.1761 22.5209 C 30.1997 22.5209 52.2508 22.4358 56.8813 15.6543 M 3.7046 13.3514 C 3.7046 13.3514 3.7046 13.352 3.7046 13.3514 L 3.6271 13.3514 C 3.6271 13.3514 0.3706 17.7632 0.1607 22.1749 C -0.0492 26.5867 2.4718 42.133 28.9423 44.654 C 28.9423 44.654 29.4484 44.6836 30.3301 44.6836 C 36.0667 44.6836 57.7164 43.4219 59.7193 24.486 C 60.0231 21.6089 59.5762 15.5239 56.4445 13.3873 C 55.7065 19.4882 38.1162 21.2598 29.1768 21.2598 C 28.9827 21.2598 28.7936 21.2592 28.6077 21.2573 C 19.8699 21.1797 14.7554 19.8146 11.4006 18.919 C 8.0458 18.0235 5.0981 16.6079 3.8533 14.4304 C 3.6378 14.0548 3.6094 13.693 3.7046 13.3514 L 3.7046 13.3514 L 56.8813 15.6543 Z " stroke-width="0.6302494406700134" fill="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg><!--rotationCenter:30:22-->
|
||||
|
After Width: | Height: | Size: 40 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bdknu6rkkpoyd"
|
||||
path="res://.godot/imported/fruitsalad.svg-c9766f8e9aac993584dceb184f5aa044.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/fruitsalad.svg"
|
||||
dest_files=["res://.godot/imported/fruitsalad.svg-c9766f8e9aac993584dceb184f5aa044.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="75.22499645411301" height="113.56619823633957" viewBox="0.6375017729434977 0.6640017595920573 75.22499645411301 113.56619823633957">
|
||||
<!-- Exported by Scratch - http://scratch.mit.edu/ -->
|
||||
<g id="ID0.663632448296994">
|
||||
<g id="ID0.24732984602451324">
|
||||
<g id="ID0.008622032590210438">
|
||||
<path id="ID0.09444683231413364" fill="#CCCCCC" stroke="#000000" stroke-width="2.633153011743961" d="M 38 2.0265 C 47.794 2.0265 56.669 2.5982 63.096 3.5232 C 69.522 4.4467 73.5 5.7221 73.5 7.1309 C 73.5 8.5397 69.522 9.815 63.096 10.7385 C 56.669 11.6636 47.794 12.2353 38 12.2353 C 28.206 12.2353 19.331 11.6636 12.904 10.7385 C 6.478 9.815 2.5 8.5397 2.5 7.1309 C 2.5 5.7221 6.478 4.4467 12.904 3.5232 C 19.331 2.5982 28.206 2.0265 38 2.0265 Z "/>
|
||||
<path id="ID0.1540069291368127" fill="#56AAFF" stroke="#000000" stroke-width="2.7249964541130045" d="M 40 102.1618 C 44.69 102.1618 48.94 102.7613 52.018 103.7314 C 55.095 104.6999 57 106.0373 57 107.5147 C 57 108.9921 55.095 110.3295 52.018 111.298 C 48.94 112.2681 44.69 112.8677 40 112.8677 C 35.31 112.8677 31.06 112.2681 27.982 111.298 C 24.905 110.3295 23 108.9921 23 107.5147 C 23 106.0373 24.905 104.6999 27.982 103.7314 C 31.06 102.7613 35.31 102.1618 40 102.1618 Z "/>
|
||||
<path id="ID0.37185795046389103" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" d="M 74.5 8 L 57.5 107 "/>
|
||||
<path id="ID0.34106422076001763" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" d="M 2 7.5 L 22.5 107.5 "/>
|
||||
</g>
|
||||
<path id="ID0.8030695081688464" fill="#56AAFF" stroke="#000000" stroke-width="2.205227430515895" d="M 38.819 39.175 C 46.7362 39.175 53.911 39.6902 59.1059 40.5228 C 64.3008 41.3554 67.5159 42.5054 67.5159 43.775 C 67.5159 45.0446 64.3008 46.1946 59.1059 47.0272 C 53.911 47.8598 46.7362 48.375 38.819 48.375 C 30.9018 48.375 23.7271 47.8598 18.5322 47.0272 C 13.3372 46.1946 10.1221 45.0446 10.1221 43.775 C 10.1221 42.5054 13.3372 41.3554 18.5322 40.5228 C 23.7271 39.6902 30.9018 39.175 38.819 39.175 Z "/>
|
||||
</g>
|
||||
<path id="ID0.850439025554806" fill="#56AAFF" stroke="#56AAFF" stroke-width="2" stroke-linecap="round" d="M 56.25 103.25 L 66 47 L 61 48.5 L 54 49.5 L 45.25 50.5 L 38.75 50.5 L 30.5 50.25 L 24.25 49.75 L 17.25 48.75 L 12 47.25 L 23.5 103.75 L 27.75 101.75 L 31.5 100.75 L 35.75 100.25 L 40.75 100.25 L 45 100.5 L 49 101 L 52.5 102 L 56.25 103.25 Z "/>
|
||||
<path id="ID0.6659666523337364" fill="#CCCCCC" stroke="#CCCCCC" stroke-width="2" stroke-linecap="round" d="M 72 10.25 L 65.25 12.5 L 56.25 13.75 L 47.75 14.25 L 39.25 14.5 L 30 14.25 L 20.25 13.75 L 11 12.75 L 4.75 11.25 L 10.75 40.5 L 16.75 38.75 L 23.5 37.75 L 31.25 37.25 L 38.75 37.25 L 46 37.25 L 53.25 37.75 L 60 38.5 L 64.5 39.5 L 67.15 40.6 L 72 10.25 Z "/>
|
||||
</g>
|
||||
</svg><!--rotationCenter:39:48-->
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://doyq5mp7wvv7s"
|
||||
path="res://.godot/imported/glass water-a.svg-b13f4b42d34d9021390d5f080b782e6a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/glass water-a.svg"
|
||||
dest_files=["res://.godot/imported/glass water-a.svg-b13f4b42d34d9021390d5f080b782e6a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,112 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36.79999923706055" height="46.155029296875" viewBox="1.5 2.494973659515381 36.79999923706055 46.155029296875" version="1.1" xml:space="preserve">
|
||||
<!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
|
||||
<defs/>
|
||||
<g>
|
||||
<title>jar-a</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="jar-a" stroke="none" fill-rule="evenodd">
|
||||
<g id="Jam2" fill-rule="nonzero">
|
||||
<g id="Group">
|
||||
<path d="M 14 7.4 C 8.5 8.2 3.8 10.9 3.8 18.4 C 3.8 25.9 1.9 43.4 8.2 45.9 C 14.5 48.4 29.1 49.9 33.3 44.4 C 37.5 38.9 37.3 14.4 33.5 10.6 C 30.4 7.6 23 6.2 14 7.4 Z " id="Shape" fill="#CFEBE2" stroke-width="1"/>
|
||||
<g>
|
||||
<path d="M 12.5 10.6 C 8.7 11.3 5 13.8 5.1 24.5 C 5.2 35 5.9 41.9 10 44.2 C 15.3 47.2 29.9 46.8 32.6 42.3 C 35.3 37.8 34.3 17.4 32.2 14.5 C 30.2 11.5 27.3 7.6 12.5 10.6 Z " id="Shape" fill="#AD2744" stroke-width="1"/>
|
||||
<path d="M 32.3 42.8 C 23.6 38.4 12.7 40.8 8.5 42.9 C 9 43.4 9.5 43.9 10.1 44.2 C 15.1 47.1 28.9 46.9 32.3 42.8 Z " id="Shape" fill="#991F3F" stroke-width="1"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="4.7" cy="30.9" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="24.6" cy="13" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="25.8" cy="28" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="18" cy="31.9" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="5.7" cy="31.9" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="22.6" cy="29" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="4.6" cy="11.6" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="17.1" cy="9.9" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="8" cy="26.4" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="14.8" cy="34.4" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="22.9" cy="10.7" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="7.4" cy="14.2" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#CF2F51" cx="11.9" cy="10" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
</g>
|
||||
<path d="M 36.1 33.1 C 36.4 29.9 36.4 26.4 36.3 23.2 C 33.8 24.2 29.8 24.9 22.3 25.5 C 12.3 26.3 6.1 24.3 3.6 22.8 C 3.5 25.6 3.4 28.7 3.5 31.9 C 6.7 33.1 12.4 34.7 19.6 34.6 C 28 34.5 33.2 33.7 36.1 33.1 Z " id="Shape" fill="#F0E0DA" stroke-width="1"/>
|
||||
<g id="Shape">
|
||||
<g>
|
||||
<path d="M 25.4 29.4 C 25.4 28.1 24 26.9 22.1 26 C 23.7 25.3 25.8 24.1 24.9 23.6 C 23.8 22.8 22.3 24.7 21.8 25.2 C 22.3 24.6 23.7 22.5 22.2 22.5 C 20.5 22.5 20.6 25.3 20.6 25.3 C 20.6 25.3 19.9 22.6 18.7 22.6 C 17.8 22.6 18.2 23.9 19.2 25.3 C 18.1 25.2 16.9 25.3 15.9 25.7 C 12.4 27.3 15.4 36.3 17.9 36.8 C 18.8 37 19.7 36.7 20.6 36.2 L 20.7 36.1 C 23.3 34.6 25.4 31.2 25.4 29.4 Z " fill="#E5E4E1" stroke-width="1"/>
|
||||
<path d="M 18.7 37.9 C 18.4 37.9 18.1 37.9 17.8 37.8 C 15.6 37.3 13.8 32.9 13.5 30 C 13.3 27.4 14 25.5 15.6 24.8 C 16.2 24.5 16.8 24.4 17.5 24.3 C 17.2 23.6 17.1 22.9 17.4 22.4 C 17.6 21.9 18.1 21.6 18.7 21.6 C 19.4 21.6 19.9 22 20.4 22.5 C 20.5 22.4 20.6 22.3 20.6 22.2 C 21 21.7 21.6 21.5 22.3 21.5 C 23.2 21.5 23.6 22 23.8 22.3 C 23.8 22.3 23.8 22.4 23.9 22.4 C 24.5 22.3 25.1 22.4 25.6 22.7 C 26 23 26.2 23.5 26.2 24 C 26.1 24.6 25.8 25.2 24.3 26 C 25.7 27 26.5 28.1 26.5 29.3 C 26.5 31.6 24.1 35.3 21.5 36.9 L 21.3 37 C 20.4 37.6 19.5 37.9 18.7 37.9 Z M 18.4 26.2 C 17.7 26.2 17 26.3 16.5 26.6 C 15.4 27.1 15.5 29 15.5 29.8 C 15.8 32.8 17.5 35.7 18.2 35.9 C 18.8 36 19.4 35.9 20.2 35.4 L 20.3 35.3 C 22.5 33.9 24.3 30.7 24.3 29.4 C 24.3 28.8 23.4 27.7 21.6 27 C 21.3 26.9 21.1 26.6 21 26.3 C 20.9 26.4 20.8 26.4 20.7 26.4 C 20.4 26.4 20.1 26.3 19.8 26.1 C 19.6 26.3 19.3 26.4 19 26.3 C 18.9 26.2 18.7 26.2 18.4 26.2 Z " fill="#F0E0DA" stroke-width="1"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M 20.6 26.7 C 18.8 25.1 17.6 22.6 18.8 22.6 C 20 22.6 20.7 25.3 20.7 25.3 C 20.7 25.3 20.6 22.5 22.3 22.5 C 24 22.5 21.8 25.4 21.8 25.4 C 21.8 25.4 23.7 22.7 25 23.6 C 26.3 24.5 20.6 26.7 20.6 26.7 Z " fill="#88B540" stroke-width="1"/>
|
||||
<path d="M 18 36.8 C 15.6 36.2 12.5 27.2 16 25.7 C 19.5 24.2 25.4 26.9 25.4 29.4 C 25.4 31.9 21.3 37.6 18 36.8 Z " fill="#DD223D" stroke-width="1"/>
|
||||
<path d="M 19.4 30.3 C 18.7 30 19.3 28.8 20 28.9 C 20.6 29.1 19.8 30.5 19.4 30.3 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 21.3 32.8 C 20.6 32.5 21.2 31.3 21.9 31.4 C 22.5 31.6 21.7 33 21.3 32.8 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 21.9 28.7 C 21.2 28.4 21.8 27.2 22.5 27.3 C 23.1 27.5 22.2 28.9 21.9 28.7 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 18.6 34.6 C 17.9 34.3 18.5 33.1 19.2 33.2 C 19.8 33.4 19 34.8 18.6 34.6 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 21.1 35.3 C 20.6 35.2 20.1 36 20.3 36.5 C 20.6 36.3 20.9 36.2 21.3 35.9 C 21.4 35.6 21.3 35.3 21.1 35.3 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 23.4 30.9 C 22.7 30.6 23.3 29.4 24 29.5 C 24.5 29.7 23.7 31.1 23.4 30.9 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 16.9 32 C 16.2 31.7 16.8 30.5 17.5 30.6 C 18.2 30.7 17.2 32.2 16.9 32 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 17.5 28 C 16.8 27.7 17.4 26.5 18.1 26.6 C 18.7 26.8 17.8 28.2 17.5 28 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 16.6 34.5 C 16.4 34.5 16.2 34.5 16 34.7 C 16.2 35 16.3 35.3 16.5 35.5 C 16.8 35.1 17 34.6 16.6 34.5 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
<path d="M 15.3 30.1 C 14.6 29.8 15.2 28.6 15.9 28.7 C 16.5 28.8 15.7 30.2 15.3 30.1 Z " fill="#DDBF6B" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Group">
|
||||
<path d="M 6.1 10.7 C 6.1 10.7 2.8 12.4 2 12.9 C 2 12.9 2.8 16.5 5.2 15.9 C 7.6 15.4 8.6 15.6 10.1 17.5 C 11.6 19.4 15.8 16.2 18.1 16.7 C 20.4 17.2 20.9 17.9 22.2 17.3 C 23.5 16.8 25.6 16.3 27.3 16.6 C 28.9 16.9 31.1 17.5 33.2 16.5 C 35.4 15.5 37.8 13.6 37.8 13.6 C 37.8 13.6 34.1 11 33 11.3 C 33 11.3 23.2 13.1 6.1 10.7 Z " id="Shape" fill="#E5E4E1" stroke-width="1"/>
|
||||
<path d="M 5.8 10.8 C 5.1 11.2 2.7 12.5 2 12.9 C 2 12.9 2.2 13.7 2.6 14.5 L 6.7 11.1 L 5.8 10.8 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 8.6 11.9 L 3.9 15.9 C 4.3 16.1 4.7 16.1 5.2 16 C 5.4 15.9 5.7 15.9 5.9 15.9 L 9.7 12.2 L 8.6 11.9 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 11.4 12.3 L 8.8 16.2 C 9.2 16.5 9.6 16.8 10 17.4 L 12.9 12.4 L 11.4 12.3 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 13 17.9 C 13.6 17.8 14.1 17.6 14.7 17.4 L 15.9 13.7 L 14.4 13.3 L 13 17.9 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 17.3 16.7 C 17.6 16.7 17.8 16.7 18.1 16.8 C 18.4 16.9 18.6 16.9 18.8 17 L 19.6 13.8 L 18.1 13.5 L 17.3 16.7 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 21.9 17.4 C 22 17.4 22.1 17.3 22.2 17.3 C 22.6 17.1 23 17 23.5 16.9 L 23.3 13.4 L 22 13.4 L 21.9 17.4 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 28.1 16.8 L 27.4 12.6 L 26.5 12.9 L 26.7 16.6 C 26.9 16.6 27 16.6 27.2 16.7 C 27.6 16.7 27.8 16.8 28.1 16.8 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 32.4 16.9 L 30 12.1 L 29 12.4 L 30.9 17.1 C 31.3 17.1 31.8 17 32.4 16.9 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 36.9 14.3 L 32.4 11.7 L 31.3 11.7 L 35.7 15.1 C 36.2 14.8 36.6 14.6 36.9 14.3 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 5.9 11.6 C 5.9 11.6 4 8.7 5.5 6.5 C 7 4.3 13.6 2.9 21.8 3 C 30 3.1 36.3 4.9 34 11.7 C 34 11.7 20.1 17.6 5.9 11.6 Z " id="Shape" fill="#D3D2CF" stroke-width="1"/>
|
||||
<path d="M 21.4 8.6 C 28 8.1 31.6 7.3 33.6 6.5 C 31.9 3.9 27.3 3.1 21.8 3 C 13.6 2.9 7.1 4.3 5.5 6.5 C 5.5 6.6 5.4 6.6 5.4 6.7 C 7.3 7.8 11.6 9.4 21.4 8.6 Z " id="Shape" fill="#E5E4E1" stroke-width="1"/>
|
||||
<path d="M 12.7 3.6 C 10.5 4.5 7.5 5.9 6.7 6.7 C 5.8 7.5 5.9 10.1 6 11.6 C 6.5 11.8 7.1 12 7.6 12.2 C 7.5 11 7.4 8.7 7.8 7.5 C 8 6.8 13.6 4.3 16.4 3.1 C 15.1 3.3 13.8 3.4 12.7 3.6 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 22.3 3 C 22.1 3 22 3 21.8 3 C 21.1 3 20.4 3 19.7 3 C 17.3 3.9 12.2 6 11.2 7 C 10.2 8 10.6 11.4 10.9 13.2 C 11.4 13.3 12 13.5 12.5 13.6 C 12.3 12.1 12 9 12.3 7.9 C 12.5 7.1 19.5 4.2 22.3 3 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 25.8 3.2 C 23.5 4.1 16.8 6.9 15.7 8 C 14.6 9.1 15 12.8 15.2 14 C 15.7 14.1 16.2 14.1 16.7 14.1 C 16.6 13.2 16.4 10.2 16.8 8.9 C 17 8.1 24.6 4.9 27.8 3.5 C 27.1 3.4 26.5 3.3 25.8 3.2 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 31.3 4.6 C 30.9 4.4 30.5 4.2 30 4.1 C 28.5 4.7 21.8 7.3 20.6 8.5 C 19.7 9.4 20 12.5 20.2 14.3 C 20.7 14.3 21.2 14.3 21.8 14.3 C 21.6 12.7 21.5 10.3 21.7 9.4 C 21.8 8.6 28.2 5.8 31.3 4.6 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 26.5 9.2 C 26.6 8.7 30.4 7.2 33.2 5.9 C 32.9 5.6 32.6 5.4 32.3 5.1 C 29.8 6.2 26.3 7.9 25.7 8.5 C 24.7 9.5 24.5 12.6 24.6 14 C 25.1 13.9 25.6 13.8 26.1 13.7 C 26 12.5 26.2 10.3 26.5 9.2 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 21.7 3 L 30 4.1 C 27.8 3.4 24.9 3.1 21.7 3 C 21.8 3 21.7 3 21.7 3 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 25.2 3.5 L 27.2 3.8 C 27.4 3.7 27.5 3.7 27.7 3.6 C 27.7 3.6 27.7 3.6 27.6 3.6 C 27 3.5 26.4 3.4 25.7 3.3 C 25.6 3.3 25.4 3.4 25.2 3.5 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 5 8.9 C 5 9.3 5.1 9.6 5.2 10 C 20.5 14.9 31.6 10.5 34.4 9.2 C 34.4 8.8 34.4 8.4 34.3 8 C 32.2 8.8 26 11 18.1 11 C 11 11.1 6.8 9.7 5 8.9 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 24.8 10.5 C 24.7 11 24.6 11.4 24.6 11.9 C 25.1 11.8 25.7 11.7 26.2 11.7 C 26.2 11.2 26.3 10.7 26.4 10.3 C 25.8 10.3 25.3 10.4 24.8 10.5 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 21.5 10.9 C 21 10.9 20.4 11 19.9 11 C 19.9 11.4 19.9 11.8 19.9 12.3 C 20.4 12.3 21 12.3 21.5 12.2 C 21.5 11.7 21.5 11.3 21.5 10.9 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 16.5 11 C 16 11 15.4 11 14.9 11 C 14.9 11.4 14.9 11.7 14.9 12.1 C 15.4 12.2 16 12.2 16.5 12.2 C 16.5 11.8 16.5 11.4 16.5 11 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 10.6 11.4 C 11.2 11.5 11.7 11.6 12.2 11.7 C 12.2 11.4 12.2 11.1 12.1 10.7 C 11.6 10.6 11.1 10.6 10.6 10.5 C 10.6 10.8 10.6 11.1 10.6 11.4 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 7.5 9.8 C 6.9 9.6 6.4 9.4 6 9.3 C 6 9.6 6 9.9 6 10.2 C 6.5 10.4 7 10.5 7.6 10.7 C 7.5 10.4 7.5 10.1 7.5 9.8 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 29.5 13.1 C 29.6 11.9 29.6 8.1 28.2 8.1 C 27.4 8.1 9.6 7.1 5.2 6.9 C 5.1 7.2 5.1 7.4 5 7.7 C 8.9 7.9 26 8.9 27.3 8.9 C 28.4 8.9 28.5 12.1 28.5 13.4 C 28.9 13.3 29.2 13.2 29.5 13.1 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 28.4 11.2 C 28.8 11.1 29.2 11 29.5 10.9 C 29.5 10.4 29.4 10 29.3 9.5 C 28.9 9.6 28.5 9.7 28.1 9.8 C 28.3 10.2 28.3 10.7 28.4 11.2 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 27 8.9 C 27.3 8.7 27.8 8.5 28.4 8.2 L 28.3 8.2 C 28.2 8.2 27.5 8.2 26.4 8.1 C 26.1 8.3 25.8 8.5 25.7 8.6 C 25.6 8.7 25.6 8.8 25.5 8.8 C 26.1 8.8 26.6 8.8 27 8.9 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 23.8 7.9 C 23.1 7.9 22.3 7.8 21.5 7.8 C 21.1 8 20.7 8.3 20.5 8.5 C 20.5 8.5 20.5 8.6 20.4 8.6 C 21.1 8.6 21.7 8.7 22.4 8.7 C 22.8 8.4 23.2 8.2 23.8 7.9 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 17.4 8.4 C 17.7 8.2 18.2 7.9 18.7 7.7 C 18 7.7 17.2 7.6 16.4 7.6 C 16.1 7.8 15.8 8 15.6 8.1 C 15.5 8.2 15.5 8.2 15.4 8.3 C 16.1 8.3 16.8 8.3 17.4 8.4 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 11.1 7.2 C 10.9 7.4 10.8 7.7 10.7 8 C 11.2 8 11.7 8.1 12.2 8.1 C 12.2 8 12.2 8 12.2 7.9 C 12.2 7.8 12.5 7.6 12.9 7.3 C 12.3 7.3 11.7 7.3 11.1 7.2 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 6.4 7 C 6.3 7.2 6.2 7.5 6.1 7.8 C 6.6 7.8 7.1 7.9 7.7 7.9 C 7.7 7.8 7.7 7.7 7.8 7.6 C 7.8 7.5 8 7.3 8.2 7.2 C 7.6 7 7 7 6.4 7 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 30.8 6.7 C 29.4 6.4 14.7 5.1 8.6 4.6 C 7.6 5 6.8 5.4 6.2 5.8 C 8.4 5.9 26.4 6.5 29.9 7.5 C 30.7 7.7 30.9 11.7 30.9 12.8 C 31.3 12.7 31.7 12.6 32 12.5 C 32.1 11 32.2 7 30.8 6.7 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 29.8 7.5 C 30.2 7.3 30.7 7.1 31.1 6.9 C 31 6.8 30.9 6.7 30.7 6.7 C 30.5 6.7 30 6.6 29.2 6.5 C 28.8 6.7 28.3 6.9 27.9 7.1 C 28.8 7.2 29.4 7.3 29.8 7.5 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 25.9 6.9 C 26.3 6.7 26.8 6.5 27.2 6.3 C 26.5 6.2 25.8 6.2 25 6.1 C 24.5 6.3 24.1 6.5 23.6 6.7 C 24.4 6.8 25.2 6.8 25.9 6.9 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 21 6.5 C 21.5 6.3 22 6.1 22.5 5.8 C 21.8 5.7 21 5.7 20.3 5.6 C 19.8 5.8 19.2 6.1 18.7 6.3 C 19.4 6.4 20.2 6.5 21 6.5 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 14.7 5.1 C 14 5.4 13.3 5.7 12.8 6 C 13.6 6 14.4 6.1 15.2 6.1 C 15.8 5.8 16.4 5.5 17 5.3 C 16.2 5.3 15.4 5.2 14.7 5.1 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 10.2 5.9 C 10.9 5.6 11.6 5.2 12.4 4.9 C 11.6 4.8 10.8 4.8 10.1 4.7 C 9.3 5.1 8.5 5.5 7.9 5.9 C 8.5 5.9 9.3 5.9 10.2 5.9 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 30.7 10.6 C 31.2 10.5 31.6 10.3 32 10.2 C 32 9.8 32 9.3 31.9 8.9 C 31.5 9 31 9.2 30.6 9.3 C 30.6 9.7 30.7 10.1 30.7 10.6 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 33.9 11.7 C 33.9 10.6 34 8.3 33.8 6.7 C 33.3 5.9 32.5 5.2 31.4 4.7 C 28 4.2 20.6 3.6 15.8 3.2 C 14.1 3.3 12.5 3.6 11.2 3.9 C 16.2 4.2 30.7 5 31.5 5.4 C 32.4 5.9 33.5 7.1 33.3 12 C 33.6 11.9 33.9 11.8 33.9 11.7 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 32.9 5.7 C 32.8 5.6 32.8 5.6 32.7 5.5 C 32.6 5.4 32.4 5.3 32.2 5.2 C 32 5.3 31.7 5.4 31.5 5.5 C 31.8 5.7 32.1 5.9 32.3 6.3 C 32.6 6.2 32.8 6.1 33.1 5.9 C 33.1 5.9 33 5.8 32.9 5.7 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 27.7 4.9 C 28.6 5 29.3 5 29.9 5.1 C 30.3 4.9 30.8 4.7 31.1 4.6 C 30.5 4.5 29.8 4.4 29.1 4.4 C 28.7 4.5 28.2 4.7 27.7 4.9 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 22.6 4.6 C 23.4 4.7 24.2 4.7 24.9 4.8 C 25.4 4.6 25.9 4.4 26.3 4.2 C 25.6 4 24.9 4 24.2 3.9 C 23.7 4.1 23.1 4.3 22.6 4.6 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 12.8 3.6 C 12.7 3.6 12.7 3.6 12.8 3.6 C 12.5 3.7 12.2 3.8 12 3.9 C 12.7 3.9 13.5 4 14.4 4 C 15.1 3.7 15.7 3.4 16.3 3.2 C 16.2 3.2 16.1 3.2 15.9 3.2 C 14.8 3.3 13.7 3.4 12.8 3.6 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 18.7 3.4 C 18.1 3.6 17.5 3.9 16.8 4.2 C 17.6 4.2 18.4 4.3 19.2 4.3 C 19.8 4 20.4 3.8 20.9 3.6 C 20.1 3.6 19.4 3.5 18.7 3.4 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 33.2 9.7 C 33.5 9.6 33.7 9.5 34 9.4 C 34 9 34 8.6 34 8.2 C 33.8 8.3 33.5 8.4 33.2 8.5 C 33.1 8.8 33.2 9.2 33.2 9.7 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 36.4 12.7 C 36 12.5 35.6 12.2 35.1 11.9 C 34.5 12.7 33.1 14 31.6 13.9 C 29.4 13.8 25.1 13.5 23.5 14.3 C 21.8 15.1 20.7 15.2 18.3 14.7 C 15.9 14.2 12.8 16.3 11.9 15.6 C 11 14.9 8.5 13.1 7 13.1 C 5.9 13.2 5 12.8 4.2 11.7 C 3.8 11.9 3.4 12.1 3 12.3 C 3.6 13.4 4.7 14.7 6.2 14.5 C 8.2 14.2 9 16.6 11.6 16.7 C 14.2 16.8 14.9 15.5 17.5 15.5 C 20.1 15.6 19.7 16.5 21.6 16 C 23.6 15.5 25.2 14.5 27.2 15 C 29.1 15.5 33.9 15.2 36.4 12.7 Z " id="Shape" fill="#E6818B" stroke-width="1"/>
|
||||
<path d="M 19.3 14.9 C 19 14.9 18.7 14.8 18.3 14.7 C 18.1 14.7 18 14.6 17.8 14.6 L 17.5 15.6 C 18.2 15.6 18.7 15.7 19 15.8 L 19.3 14.9 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 13.3 16.6 C 13.9 16.4 14.5 16.2 15 16 L 15.4 14.9 C 14.8 15.1 14.2 15.3 13.7 15.4 L 13.3 16.6 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 10.5 16.6 L 11.3 15.2 C 10.9 14.9 10.5 14.7 10.1 14.4 L 9.1 15.9 C 9.5 16.1 10 16.4 10.5 16.6 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 7.1 13.2 L 5.5 14.6 C 5.7 14.6 6 14.7 6.2 14.6 C 6.5 14.6 6.8 14.6 7.1 14.7 L 8.3 13.5 C 7.9 13.3 7.4 13.1 7.1 13.2 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 3.8 13.5 L 5 12.5 C 4.7 12.3 4.4 12.1 4.2 11.7 C 4.2 11.7 4.2 11.7 4.1 11.7 C 4 11.8 3.8 11.9 3.7 12 C 3.6 12 3.6 12 3.5 12.1 C 3.4 12.1 3.3 12.2 3.1 12.3 C 3.1 12.3 3 12.3 3 12.4 C 3.2 12.7 3.5 13.2 3.8 13.5 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 34.4 12.8 C 34.2 13 33.9 13.2 33.6 13.4 L 34.5 14.1 C 34.9 13.9 35.2 13.7 35.6 13.5 L 34.4 12.8 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 30.1 15.2 C 30.5 15.2 31 15.1 31.4 15 L 30.8 13.9 C 30.4 13.9 29.9 13.8 29.5 13.8 L 30.1 15.2 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 26.6 13.8 L 26.7 15 C 26.9 15 27 15 27.2 15.1 C 27.4 15.1 27.6 15.2 27.8 15.2 L 27.6 13.8 C 27.3 13.8 27 13.8 26.6 13.8 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 21.9 16.1 C 22.4 16 22.9 15.8 23.4 15.6 L 23.3 14.4 C 22.8 14.6 22.4 14.8 22 14.9 L 21.9 16.1 Z " id="Shape" fill="#D1303E" stroke-width="1"/>
|
||||
<path d="M 5.5 10.7 C 5.5 10.7 10.7 14.2 19.8 13.9 C 28.9 13.6 34.2 10.8 34.2 10.8 C 34.2 10.8 34.4 10.9 34.4 11.5 C 34.4 11.5 25.5 15.2 18.3 14.6 C 7.8 13.7 5.2 11.2 5.2 11.2 L 5.5 10.7 Z " id="Shape" fill="#C6AA8B" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg><!--rotationCenter:20:25-->
|
||||
|
After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://wa3p5atf521t"
|
||||
path="res://.godot/imported/jar-a.svg-805d87cf72fa0e203b25043a977eb851.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/jar-a.svg"
|
||||
dest_files=["res://.godot/imported/jar-a.svg-805d87cf72fa0e203b25043a977eb851.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,120 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36.79999923706055" height="46.155029296875" viewBox="1.5 2.494973659515381 36.79999923706055 46.155029296875" version="1.1" xml:space="preserve">
|
||||
<!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
|
||||
<defs/>
|
||||
<g>
|
||||
<title>jar-b</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="jar-b" stroke="none" fill-rule="evenodd">
|
||||
<g id="Honey2" fill-rule="nonzero">
|
||||
<g id="Group">
|
||||
<path d="M 14 7.4 C 8.5 8.2 3.8 10.9 3.8 18.4 C 3.8 25.9 1.9 43.4 8.2 45.9 C 14.5 48.4 29.1 49.9 33.3 44.4 C 37.5 38.9 37.3 14.4 33.5 10.6 C 30.4 7.6 23 6.2 14 7.4 Z " id="Shape" fill="#CFEBE2" stroke-width="1"/>
|
||||
<g>
|
||||
<path d="M 12.5 10.6 C 8.7 11.3 5 13.8 5.1 24.5 C 5.2 35 5.9 41.9 10 44.2 C 15.3 47.2 29.9 46.8 32.6 42.3 C 35.3 37.8 34.3 17.4 32.2 14.5 C 30.2 11.5 27.3 7.6 12.5 10.6 Z " id="Shape" fill="#F7A737" stroke-width="1"/>
|
||||
<path d="M 32.3 42.8 C 23.6 38.4 12.7 40.8 8.5 42.9 C 9 43.4 9.5 43.9 10.1 44.2 C 15.1 47.1 28.9 46.9 32.3 42.8 Z " id="Shape" fill="#EB9034" stroke-width="1"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="4.7" cy="30.9" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="24.6" cy="13" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="25.8" cy="28" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="18" cy="31.9" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="5.7" cy="31.9" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="22.6" cy="29" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="4.6" cy="11.6" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="17.1" cy="9.9" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="8" cy="26.4" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="14.8" cy="34.4" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="22.9" cy="10.7" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="7.4" cy="14.2" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
<circle id="Oval" fill="#FFC154" cx="11.9" cy="10" r="1" stroke-width="1" transform="matrix(1,0,0,1,5,9)"/>
|
||||
</g>
|
||||
<path d="M 36.1 33.1 C 36.4 29.9 36.4 26.4 36.3 23.2 C 33.8 24.2 29.8 24.9 22.3 25.5 C 12.3 26.3 6.1 24.3 3.6 22.8 C 3.5 25.6 3.4 28.7 3.5 31.9 C 6.7 33.1 12.4 34.7 19.6 34.6 C 28 34.5 33.2 33.7 36.1 33.1 Z " id="Shape" fill="#F0E0DA" stroke-width="1"/>
|
||||
<g id="Shape">
|
||||
<g>
|
||||
<path d="M 28.3 31.3 L 26.5 30.9 C 26.3 29.7 25.7 28.9 24.8 28.4 C 24.5 28.2 24.1 28 23.8 27.9 C 23.4 27.8 23.1 27.7 22.7 27.6 C 22.6 27.6 22.5 27.6 22.4 27.5 C 23.7 26.8 25.3 25.5 23.4 24.3 C 21.6 23.1 21.1 26 21 27.4 C 20.9 27.4 20.9 27.4 20.8 27.4 C 20.7 25.9 20.2 22.8 18.1 24.5 C 16.7 25.6 18.2 26.8 19.5 27.5 C 19.4 27.5 19.3 27.5 19.2 27.5 C 18.5 27.6 17.8 27.8 17.1 27.9 C 17.1 27.9 17.1 27.9 17 27.9 C 13.3 29.1 13.7 34.3 17.3 34.7 C 17.3 34.7 17.3 34.7 17.4 34.7 C 18.1 34.8 19 34.8 19.9 34.9 C 23 35 26.7 34.5 26.7 32 C 26.7 31.9 26.7 31.8 26.7 31.6 L 28.3 31.3 Z " stroke-width="1" fill="#F0E0DA"/>
|
||||
<path d="M 27.4 30 C 27.1 28.9 26.4 28.1 25.4 27.4 C 25.1 27.2 24.8 27.1 24.5 26.9 C 24.9 26.4 25.1 25.9 25.2 25.4 C 25.2 24.8 25 24 23.9 23.3 C 23 22.7 22.2 22.8 21.8 23 C 21.5 23.2 21.2 23.4 20.9 23.8 C 20.6 23.4 20.3 23.1 20 23 C 19.5 22.8 18.6 22.7 17.5 23.5 C 16.6 24.2 16.5 24.9 16.6 25.4 C 16.6 25.9 16.8 26.3 17.2 26.8 C 17.1 26.8 16.9 26.9 16.8 26.9 C 14.3 27.7 13.3 30 13.5 31.8 C 13.7 33.8 15.2 35.4 17.2 35.6 L 17.4 35.6 C 18.3 35.7 19.2 35.7 20 35.8 C 20.2 35.8 20.4 35.8 20.6 35.8 C 26 35.8 27.6 34 27.9 32.3 L 33.3 31.3 L 27.4 30 Z M 22.5 24.9 C 22.5 24.9 22.6 24.9 22.7 25 C 23.1 25.2 23.1 25.4 23.1 25.4 C 23.1 25.4 23 25.8 22 26.4 C 22.2 25.3 22.5 24.9 22.5 24.9 Z M 18.6 25.1 C 18.9 24.9 19.1 24.8 19.1 24.8 C 19.2 24.9 19.5 25.3 19.7 26.3 C 18.8 25.8 18.5 25.4 18.5 25.3 C 18.4 25.3 18.5 25.3 18.6 25.1 Z M 19.9 33.9 C 19.1 33.9 18.3 33.8 17.5 33.8 L 17.3 33.8 C 16 33.6 15.4 32.6 15.3 31.7 C 15.2 30.7 15.6 29.4 17.3 28.8 C 17.9 28.6 18.5 28.5 19.3 28.4 L 20.2 28.3 L 21.5 28.3 L 22.5 28.4 C 22.8 28.5 23.2 28.6 23.5 28.7 C 23.8 28.8 24.1 28.9 24.3 29.1 C 25 29.6 25.4 30.2 25.6 31 L 25.7 31.8 L 25.7 31.9 C 25.6 33.8 21.6 33.9 19.9 33.9 Z " stroke-width="1" fill="#F0E0DA"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M 20.8 28 C 20.8 28 15.8 26.1 18 24.3 C 20.7 22.2 20.8 28 20.8 28 Z " fill="#A7D9C9" stroke-width="1"/>
|
||||
<path d="M 20.9 28.1 C 20.9 28.1 21 22.6 23.3 24.2 C 26.2 26.1 20.9 28.1 20.9 28.1 Z " fill="#A7D9C9" stroke-width="1"/>
|
||||
<g>
|
||||
<polygon fill="#614F4F" points="11.2 3.5 14.3 4.3 11.1 4.9" stroke-width="1" transform="matrix(1,0,0,1,14,27)"/>
|
||||
<g>
|
||||
<path d="M 17.3 34.7 C 13.6 34.3 13.2 29 17 27.8 C 20.8 26.6 26.8 26.9 26.7 31.9 C 26.6 35.3 20.2 35 17.3 34.7 Z " fill="#F7A737" stroke-width="1"/>
|
||||
<path d="M 16.9 27.9 C 13.2 29.1 13.6 34.3 17.2 34.7 C 18.8 32.1 17.8 29.4 16.9 27.9 Z " fill="#614F4F" stroke-width="1"/>
|
||||
<path d="M 20.6 27.3 C 20.1 27.3 19.6 27.3 19.1 27.4 C 20 28.9 21 31.7 19.8 34.9 C 20.3 34.9 20.9 34.9 21.5 34.9 C 22.3 33 23 30 20.6 27.3 Z " fill="#614F4F" stroke-width="1"/>
|
||||
<path d="M 22.6 27.5 C 23.4 29 24.5 31.6 23.4 34.7 C 24.1 34.6 24.8 34.3 25.3 34 C 25.8 32.4 26 30.3 24.8 28.3 C 24.2 27.9 23.5 27.6 22.6 27.5 Z " fill="#614F4F" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Group">
|
||||
<path d="M 6.1 10.7 C 6.1 10.7 2.8 12.4 2 12.9 C 2 12.9 2.8 16.5 5.2 15.9 C 7.6 15.4 8.6 15.6 10.1 17.5 C 11.6 19.4 15.8 16.2 18.1 16.7 C 20.4 17.2 20.9 17.9 22.2 17.3 C 23.5 16.8 25.6 16.3 27.3 16.6 C 28.9 16.9 31.1 17.5 33.2 16.5 C 35.4 15.5 37.8 13.6 37.8 13.6 C 37.8 13.6 34.1 11 33 11.3 C 33 11.3 23.2 13.1 6.1 10.7 Z " id="Shape" fill="#E5E4E1" stroke-width="1"/>
|
||||
<path d="M 5.8 10.8 C 5.1 11.2 2.7 12.5 2 12.9 C 2 12.9 2.2 13.7 2.6 14.5 L 6.7 11.1 L 5.8 10.8 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 8.6 11.9 L 3.9 15.9 C 4.3 16.1 4.7 16.1 5.2 16 C 5.4 15.9 5.7 15.9 5.9 15.9 L 9.7 12.2 L 8.6 11.9 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 11.4 12.3 L 8.8 16.2 C 9.2 16.5 9.6 16.8 10 17.4 L 12.9 12.4 L 11.4 12.3 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 13 17.9 C 13.6 17.8 14.1 17.6 14.7 17.4 L 15.9 13.7 L 14.4 13.3 L 13 17.9 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 17.3 16.7 C 17.6 16.7 17.8 16.7 18.1 16.8 C 18.4 16.9 18.6 16.9 18.8 17 L 19.6 13.8 L 18.1 13.5 L 17.3 16.7 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 21.9 17.4 C 22 17.4 22.1 17.3 22.2 17.3 C 22.6 17.1 23 17 23.5 16.9 L 23.3 13.4 L 22 13.4 L 21.9 17.4 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 28.1 16.8 L 27.4 12.6 L 26.5 12.9 L 26.7 16.6 C 26.9 16.6 27 16.6 27.2 16.7 C 27.6 16.7 27.8 16.8 28.1 16.8 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 32.4 16.9 L 30 12.1 L 29 12.4 L 30.9 17.1 C 31.3 17.1 31.8 17 32.4 16.9 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 36.9 14.3 L 32.4 11.7 L 31.3 11.7 L 35.7 15.1 C 36.2 14.8 36.6 14.6 36.9 14.3 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 5.9 11.6 C 5.9 11.6 4 8.7 5.5 6.5 C 7 4.3 13.6 2.9 21.8 3 C 30 3.1 36.3 4.9 34 11.7 C 34 11.7 20.1 17.6 5.9 11.6 Z " id="Shape" fill="#D3D2CF" stroke-width="1"/>
|
||||
<path d="M 5.9 11.6 C 5.9 11.6 4 8.7 5.5 6.5 C 7 4.3 13.6 2.9 21.8 3 C 30 3.1 36.3 4.9 34 11.7 C 34 11.7 20.1 17.6 5.9 11.6 Z " id="Shape" fill="#D3D2CF" stroke-width="1"/>
|
||||
<path d="M 21.4 8.6 C 28 8.1 31.6 7.3 33.6 6.5 C 31.9 3.9 27.3 3.1 21.8 3 C 13.6 2.9 7.1 4.3 5.5 6.5 C 5.5 6.6 5.4 6.6 5.4 6.7 C 7.3 7.8 11.6 9.4 21.4 8.6 Z " id="Shape" fill="#E5E4E1" stroke-width="1"/>
|
||||
<path d="M 12.7 3.6 C 10.5 4.5 7.5 5.9 6.7 6.7 C 5.8 7.5 5.9 10.1 6 11.6 C 6.5 11.8 7.1 12 7.6 12.2 C 7.5 11 7.4 8.7 7.8 7.5 C 8 6.8 13.6 4.3 16.4 3.1 C 15.1 3.3 13.8 3.4 12.7 3.6 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 16.4 3.2 C 15.1 3.3 13.8 3.4 12.7 3.6 C 10.5 4.5 7.5 5.9 6.7 6.7 C 6.5 6.8 6.4 7 6.4 7.2 C 6.8 7.4 7.2 7.6 7.8 7.7 C 7.8 7.6 7.8 7.6 7.8 7.5 C 8 6.8 13.6 4.3 16.4 3.2 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 22.3 3 C 22.1 3 22 3 21.8 3 C 21.1 3 20.4 3 19.7 3 C 17.3 3.9 12.2 6 11.2 7 C 10.2 8 10.6 11.4 10.9 13.2 C 11.4 13.3 12 13.5 12.5 13.6 C 12.3 12.1 12 9 12.3 7.9 C 12.5 7.1 19.5 4.2 22.3 3 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 11.2 7.1 C 10.9 7.3 10.8 7.8 10.7 8.4 C 11.2 8.5 11.7 8.5 12.2 8.6 C 12.2 8.3 12.2 8.1 12.3 7.9 C 12.5 7.1 19.5 4.2 22.3 3 C 22.1 3 22 3 21.8 3 C 21.1 3 20.4 3 19.7 3 C 17.3 4 12.2 6 11.2 7.1 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 25.8 3.2 C 23.5 4.1 16.8 6.9 15.7 8 C 14.6 9.1 15 12.8 15.2 14 C 15.7 14.1 16.2 14.1 16.7 14.1 C 16.6 13.2 16.4 10.2 16.8 8.9 C 17 8.1 24.6 4.9 27.8 3.5 C 27.1 3.4 26.5 3.3 25.8 3.2 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 27.7 3.5 C 27.1 3.4 26.5 3.3 25.8 3.2 C 23.5 4.1 16.8 6.9 15.7 8 C 15.5 8.2 15.4 8.4 15.3 8.8 C 15.8 8.8 16.3 8.8 16.9 8.8 C 17.5 7.9 24.6 4.8 27.7 3.5 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 31.3 4.6 C 30.9 4.4 30.5 4.2 30 4.1 C 28.5 4.7 21.8 7.3 20.6 8.5 C 19.7 9.4 20 12.5 20.2 14.3 C 20.7 14.3 21.2 14.3 21.8 14.3 C 21.6 12.7 21.5 10.3 21.7 9.4 C 21.8 8.6 28.2 5.8 31.3 4.6 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 31.3 4.6 C 31.2 4.6 31.1 4.5 31 4.5 C 30.7 4.4 30.3 4.2 30 4.1 C 28.5 4.7 21.8 7.3 20.6 8.5 C 20.5 8.6 20.5 8.7 20.4 8.8 C 20.8 8.8 21.1 8.8 21.5 8.7 C 21.9 8.7 22.3 8.6 22.7 8.6 C 24.5 7.4 28.9 5.6 31.3 4.6 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 26.5 9.2 C 26.6 8.7 30.4 7.2 33.2 5.9 C 32.9 5.6 32.6 5.4 32.3 5.1 C 29.8 6.2 26.3 7.9 25.7 8.5 C 24.7 9.5 24.5 12.6 24.6 14 C 25.1 13.9 25.6 13.8 26.1 13.7 C 26 12.5 26.2 10.3 26.5 9.2 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 26.2 8.2 C 27.4 8 28.5 7.9 29.4 7.7 C 30.6 7.1 32 6.5 33.2 6 C 33 5.8 32.8 5.6 32.5 5.4 C 32.4 5.4 32.4 5.3 32.3 5.3 C 30.2 6.1 27.4 7.4 26.2 8.2 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 21.7 3 L 30 4.1 C 27.8 3.4 24.9 3.1 21.7 3 C 21.8 3 21.7 3 21.7 3 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 25.2 3.5 L 27.2 3.8 C 27.4 3.7 27.5 3.7 27.7 3.6 C 27.7 3.6 27.7 3.6 27.6 3.6 C 27 3.5 26.4 3.4 25.7 3.3 C 25.6 3.3 25.4 3.4 25.2 3.5 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 5 8.9 C 5 9.3 5.1 9.6 5.2 10 C 20.5 14.9 31.6 10.5 34.4 9.2 C 34.4 8.8 34.4 8.4 34.3 8 C 32.2 8.8 26 11 18.1 11 C 11 11.1 6.8 9.7 5 8.9 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 24.8 10.5 C 24.7 11 24.6 11.4 24.6 11.9 C 25.1 11.8 25.7 11.7 26.2 11.7 C 26.2 11.2 26.3 10.7 26.4 10.3 C 25.8 10.3 25.3 10.4 24.8 10.5 Z " id="Shape" fill="#E3AC4C" stroke-width="1"/>
|
||||
<path d="M 21.5 10.9 C 21 10.9 20.4 11 19.9 11 C 19.9 11.4 19.9 11.8 19.9 12.3 C 20.4 12.3 21 12.3 21.5 12.2 C 21.5 11.7 21.5 11.3 21.5 10.9 Z " id="Shape" fill="#E3AC4C" stroke-width="1"/>
|
||||
<path d="M 16.5 11 C 16 11 15.4 11 14.9 11 C 14.9 11.4 14.9 11.7 14.9 12.1 C 15.4 12.2 16 12.2 16.5 12.2 C 16.5 11.8 16.5 11.4 16.5 11 Z " id="Shape" fill="#E3AC4C" stroke-width="1"/>
|
||||
<path d="M 10.6 11.4 C 11.2 11.5 11.7 11.6 12.2 11.7 C 12.2 11.4 12.2 11.1 12.1 10.7 C 11.6 10.6 11.1 10.6 10.6 10.5 C 10.6 10.8 10.6 11.1 10.6 11.4 Z " id="Shape" fill="#E3AC4C" stroke-width="1"/>
|
||||
<path d="M 7.5 9.8 C 6.9 9.6 6.4 9.4 6 9.3 C 6 9.6 6 9.9 6 10.2 C 6.5 10.4 7 10.5 7.6 10.7 C 7.5 10.4 7.5 10.1 7.5 9.8 Z " id="Shape" fill="#E3AC4C" stroke-width="1"/>
|
||||
<path d="M 29.5 13.1 C 29.6 11.9 29.6 8.1 28.2 8.1 C 27.4 8.1 9.6 7.1 5.2 6.9 C 5.1 7.2 5.1 7.4 5 7.7 C 8.9 7.9 26 8.9 27.3 8.9 C 28.4 8.9 28.5 12.1 28.5 13.4 C 28.9 13.3 29.2 13.2 29.5 13.1 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 8.3 7.9 C 12.1 8.1 17.7 8.4 21.8 8.6 C 23.7 8.4 25.4 8.3 26.9 8.1 C 22.7 7.9 10.4 7.2 5.9 7 C 6.5 7.3 7.3 7.6 8.3 7.9 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 28.4 11.2 C 28.8 11.1 29.2 11 29.5 10.9 C 29.5 10.4 29.4 10 29.3 9.5 C 28.9 9.6 28.5 9.7 28.1 9.8 C 28.3 10.2 28.3 10.7 28.4 11.2 Z " id="Shape" fill="#E3AC4C" stroke-width="1"/>
|
||||
<path d="M 27 8.9 C 27.3 8.7 27.8 8.5 28.4 8.2 L 28.3 8.2 C 28.2 8.2 27.5 8.2 26.4 8.1 C 26.1 8.3 25.8 8.5 25.7 8.6 C 25.6 8.7 25.6 8.8 25.5 8.8 C 26.1 8.8 26.6 8.8 27 8.9 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 23.8 7.9 C 23.1 7.9 22.3 7.8 21.5 7.8 C 21.1 8 20.7 8.3 20.5 8.5 C 20.5 8.5 20.5 8.6 20.4 8.6 C 21.1 8.6 21.7 8.7 22.4 8.7 C 22.8 8.4 23.2 8.2 23.8 7.9 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 17.4 8.4 C 17.7 8.2 18.2 7.9 18.7 7.7 C 18 7.7 17.2 7.6 16.4 7.6 C 16.1 7.8 15.8 8 15.6 8.1 C 15.5 8.2 15.5 8.2 15.4 8.3 C 16.1 8.3 16.8 8.3 17.4 8.4 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 11.1 7.2 C 10.9 7.4 10.8 7.7 10.7 8 C 11.2 8 11.7 8.1 12.2 8.1 C 12.2 8 12.2 8 12.2 7.9 C 12.2 7.8 12.5 7.6 12.9 7.3 C 12.3 7.3 11.7 7.3 11.1 7.2 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 6.4 7 C 6.3 7.2 6.2 7.5 6.1 7.8 C 6.6 7.8 7.1 7.9 7.7 7.9 C 7.7 7.8 7.7 7.7 7.8 7.6 C 7.8 7.5 8 7.3 8.2 7.2 C 7.6 7 7 7 6.4 7 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 30.8 6.7 C 29.4 6.4 14.7 5.1 8.6 4.6 C 7.6 5 6.8 5.4 6.2 5.8 C 8.4 5.9 26.4 6.5 29.9 7.5 C 30.7 7.7 30.9 11.7 30.9 12.8 C 31.3 12.7 31.7 12.6 32 12.5 C 32.1 11 32.2 7 30.8 6.7 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 30.8 6.7 C 29.4 6.4 14.7 5.1 8.6 4.6 C 8.4 4.7 8.1 4.8 7.9 4.8 C 7.9 4.8 7.9 4.8 7.8 4.8 C 7.7 5 7.5 5 7.3 5.1 C 7.3 5.1 7.3 5.1 7.2 5.1 C 7 5.3 6.9 5.4 6.7 5.5 C 6.5 5.6 6.4 5.7 6.2 5.8 C 8.4 5.9 26.4 6.5 29.9 7.5 C 29.9 7.5 30 7.5 30 7.6 C 30.5 7.5 31 7.4 31.5 7.3 C 31.3 6.9 31.1 6.7 30.8 6.7 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 29.8 7.5 C 30.2 7.3 30.7 7.1 31.1 6.9 C 31 6.8 30.9 6.7 30.7 6.7 C 30.5 6.7 30 6.6 29.2 6.5 C 28.8 6.7 28.3 6.9 27.9 7.1 C 28.8 7.2 29.4 7.3 29.8 7.5 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 25.9 6.9 C 26.3 6.7 26.8 6.5 27.2 6.3 C 26.5 6.2 25.8 6.2 25 6.1 C 24.5 6.3 24.1 6.5 23.6 6.7 C 24.4 6.8 25.2 6.8 25.9 6.9 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 21 6.5 C 21.5 6.3 22 6.1 22.5 5.8 C 21.8 5.7 21 5.7 20.3 5.6 C 19.8 5.8 19.2 6.1 18.7 6.3 C 19.4 6.4 20.2 6.5 21 6.5 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 14.7 5.1 C 14 5.4 13.3 5.7 12.8 6 C 13.6 6 14.4 6.1 15.2 6.1 C 15.8 5.8 16.4 5.5 17 5.3 C 16.2 5.3 15.4 5.2 14.7 5.1 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 10.2 5.9 C 10.9 5.6 11.6 5.2 12.4 4.9 C 11.6 4.8 10.8 4.8 10.1 4.7 C 9.3 5.1 8.5 5.5 7.9 5.9 C 8.5 5.9 9.3 5.9 10.2 5.9 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 30.7 10.6 C 31.2 10.5 31.6 10.3 32 10.2 C 32 9.8 32 9.3 31.9 8.9 C 31.5 9 31 9.2 30.6 9.3 C 30.6 9.7 30.7 10.1 30.7 10.6 Z " id="Shape" fill="#E3AC4C" stroke-width="1"/>
|
||||
<path d="M 33.9 11.7 C 33.9 10.6 34 8.3 33.8 6.7 C 33.3 5.9 32.5 5.2 31.4 4.7 C 28 4.2 20.6 3.6 15.8 3.2 C 14.1 3.3 12.5 3.6 11.2 3.9 C 16.2 4.2 30.7 5 31.5 5.4 C 32.4 5.9 33.5 7.1 33.3 12 C 33.6 11.9 33.9 11.8 33.9 11.7 Z " id="Shape" fill="#E6BE79" stroke-width="1"/>
|
||||
<path d="M 32.5 5.4 C 32.4 5.3 32.3 5.3 32.2 5.2 C 32.2 5.1 32.1 5.1 32 5 C 31.8 4.9 31.7 4.8 31.5 4.7 C 31.5 4.7 31.4 4.7 31.4 4.6 C 28 4.2 20.6 3.6 15.8 3.2 C 14.9 3.3 14.1 3.4 13.4 3.5 C 13.4 3.5 13.4 3.5 13.3 3.5 C 12.9 3.6 12.6 3.6 12.2 3.7 C 12.1 3.7 12 3.7 11.9 3.8 C 11.6 3.8 11.4 3.9 11.1 4 C 16.1 4.3 30.6 5.1 31.4 5.5 C 31.8 5.7 32.3 6.1 32.6 6.9 C 33 6.8 33.3 6.7 33.6 6.5 C 33.3 6.1 33 5.7 32.5 5.4 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 32.9 5.7 C 32.8 5.6 32.8 5.6 32.7 5.5 C 32.6 5.4 32.4 5.3 32.2 5.2 C 32 5.3 31.7 5.4 31.5 5.5 C 31.8 5.7 32.1 5.9 32.3 6.3 C 32.6 6.2 32.8 6.1 33.1 5.9 C 33.1 5.9 33 5.8 32.9 5.7 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 27.7 4.9 C 28.6 5 29.3 5 29.9 5.1 C 30.3 4.9 30.8 4.7 31.1 4.6 C 30.5 4.5 29.8 4.4 29.1 4.4 C 28.7 4.5 28.2 4.7 27.7 4.9 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 22.6 4.6 C 23.4 4.7 24.2 4.7 24.9 4.8 C 25.4 4.6 25.9 4.4 26.3 4.2 C 25.6 4 24.9 4 24.2 3.9 C 23.7 4.1 23.1 4.3 22.6 4.6 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 12.8 3.6 C 12.7 3.6 12.7 3.6 12.8 3.6 C 12.5 3.7 12.2 3.8 12 3.9 C 12.7 3.9 13.5 4 14.4 4 C 15.1 3.7 15.7 3.4 16.3 3.2 C 16.2 3.2 16.1 3.2 15.9 3.2 C 14.8 3.3 13.7 3.4 12.8 3.6 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 18.7 3.4 C 18.1 3.6 17.5 3.9 16.8 4.2 C 17.6 4.2 18.4 4.3 19.2 4.3 C 19.8 4 20.4 3.8 20.9 3.6 C 20.1 3.6 19.4 3.5 18.7 3.4 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 33.2 9.7 C 33.5 9.6 33.7 9.5 34 9.4 C 34 9 34 8.6 34 8.2 C 33.8 8.3 33.5 8.4 33.2 8.5 C 33.1 8.8 33.2 9.2 33.2 9.7 Z " id="Shape" fill="#E3AC4C" stroke-width="1"/>
|
||||
<path d="M 36.4 12.7 C 36 12.5 35.6 12.2 35.1 11.9 C 34.5 12.7 33.1 14 31.6 13.9 C 29.4 13.8 25.1 13.5 23.5 14.3 C 21.8 15.1 20.7 15.2 18.3 14.7 C 15.9 14.2 12.8 16.3 11.9 15.6 C 11 14.9 8.5 13.1 7 13.1 C 5.9 13.2 5 12.8 4.2 11.7 C 3.8 11.9 3.4 12.1 3 12.3 C 3.6 13.4 4.7 14.7 6.2 14.5 C 8.2 14.2 9 16.6 11.6 16.7 C 14.2 16.8 14.9 15.5 17.5 15.5 C 20.1 15.6 19.7 16.5 21.6 16 C 23.6 15.5 25.2 14.5 27.2 15 C 29.1 15.5 33.9 15.2 36.4 12.7 Z " id="Shape" fill="#F0CF95" stroke-width="1"/>
|
||||
<path d="M 19.3 14.9 C 19 14.9 18.7 14.8 18.3 14.7 C 18.1 14.7 18 14.6 17.8 14.6 L 17.5 15.6 C 18.2 15.6 18.7 15.7 19 15.8 L 19.3 14.9 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 13.3 16.6 C 13.9 16.4 14.5 16.2 15 16 L 15.4 14.9 C 14.8 15.1 14.2 15.3 13.7 15.4 L 13.3 16.6 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 10.5 16.6 L 11.3 15.2 C 10.9 14.9 10.5 14.7 10.1 14.4 L 9.1 15.9 C 9.5 16.1 10 16.4 10.5 16.6 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 7.1 13.2 L 5.5 14.6 C 5.7 14.6 6 14.7 6.2 14.6 C 6.5 14.6 6.8 14.6 7.1 14.7 L 8.3 13.5 C 7.9 13.3 7.4 13.1 7.1 13.2 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 3.8 13.5 L 5 12.5 C 4.7 12.3 4.4 12.1 4.2 11.7 C 4.2 11.7 4.2 11.7 4.1 11.7 C 4 11.8 3.8 11.9 3.7 12 C 3.6 12 3.6 12 3.5 12.1 C 3.4 12.1 3.3 12.2 3.1 12.3 C 3.1 12.3 3 12.3 3 12.4 C 3.2 12.7 3.5 13.2 3.8 13.5 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 34.4 12.8 C 34.2 13 33.9 13.2 33.6 13.4 L 34.5 14.1 C 34.9 13.9 35.2 13.7 35.6 13.5 L 34.4 12.8 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 30.1 15.2 C 30.5 15.2 31 15.1 31.4 15 L 30.8 13.9 C 30.4 13.9 29.9 13.8 29.5 13.8 L 30.1 15.2 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 26.6 13.8 L 26.7 15 C 26.9 15 27 15 27.2 15.1 C 27.4 15.1 27.6 15.2 27.8 15.2 L 27.6 13.8 C 27.3 13.8 27 13.8 26.6 13.8 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 21.9 16.1 C 22.4 16 22.9 15.8 23.4 15.6 L 23.3 14.4 C 22.8 14.6 22.4 14.8 22 14.9 L 21.9 16.1 Z " id="Shape" fill="#EDB34E" stroke-width="1"/>
|
||||
<path d="M 5.5 10.7 C 5.5 10.7 10.7 14.2 19.8 13.9 C 28.9 13.6 34.2 10.8 34.2 10.8 C 34.2 10.8 34.4 10.9 34.4 11.5 C 34.4 11.5 25.5 15.2 18.3 14.6 C 7.8 13.7 5.2 11.2 5.2 11.2 L 5.5 10.7 Z " id="Shape" fill="#C6AA8B" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg><!--rotationCenter:20:25-->
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d3rkwlf75hvva"
|
||||
path="res://.godot/imported/jar-b.svg-1baa8bbff8a3fadc4042fe57dce674cb.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/jar-b.svg"
|
||||
dest_files=["res://.godot/imported/jar-b.svg-1baa8bbff8a3fadc4042fe57dce674cb.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="64.08992004394531" height="112.34099578857422" viewBox="0.1605302095413208 -0.47699999809265137 64.08992004394531 112.34099578857422">
|
||||
<!-- Exported by Scratch - http://scratch.mit.edu/ -->
|
||||
<g id="ID0.5663834945298731">
|
||||
<g id="food">
|
||||
<g id="milk-e">
|
||||
<g id="scratch_fridge_milk05">
|
||||
<path id="Shape" fill="#82001E" stroke="none" stroke-width="1" d="M 30.744 12.857 C 30.744 12.857 44.888 27.2 45.032 28.464 C 43.548 28.508 20.576 32.586 20.576 32.586 L 0.68 27.344 L 30.744 12.857 Z "/>
|
||||
<path id="Shape" fill="#BE0A3C" stroke="none" stroke-width="1" d="M 45.428 0.423 L 19.272 0.023 C 19.272 0.355 19.02 5.625 19.424 6.114 C 20.116 6.914 31.452 7.41 34.46 7.618 C 35.86 7.718 45.66 6.194 45.66 6.194 C 45.66 6.194 45.568 1.079 45.428 0.423 Z "/>
|
||||
<path id="Shape" fill="#FFC800" stroke="none" stroke-width="1" d="M 0.68 27.348 L 19.424 6.138 C 19.424 6.138 32.116 9.739 34.424 12.261 C 30.2 15.058 0.68 27.348 0.68 27.348 Z "/>
|
||||
<path id="Shape" fill="#F01446" stroke="none" stroke-width="1" d="M 63.568 28.288 C 62.22 28.472 48.112 30.545 48.112 30.545 L 39.688 28.116 C 39.688 28.116 25.2 12.481 19.356 6.106 C 21.356 5.401 45.66 6.19 45.66 6.19 C 45.66 6.19 61.272 24.514 63.568 28.288 Z "/>
|
||||
<path id="Shape" fill="#BE0A3C" stroke="none" stroke-width="1" d="M 63.224 110.856 L 40.552 111.356 L 29.176 73.59 L 39.688 28.116 L 63.568 28.288 C 63.568 28.288 63.88 80.941 63.688 90.394 C 63.608 94.28 63.224 110.856 63.224 110.856 Z "/>
|
||||
<path id="Shape" fill="#F01446" stroke="none" stroke-width="1" d="M 39.688 28.116 C 39.688 28.116 5.688 27.252 0.68 27.348 C 0.424 32.022 2.768 86.732 3.28 96.397 C 3.408 98.798 3.416 101.175 3.484 103.564 C 3.52 104.837 3.82 110.368 3.82 110.368 C 3.82 110.368 6.556 110.428 7.744 110.476 C 10.008 110.564 12.268 110.768 14.544 110.828 C 19.124 110.944 23.692 111.008 28.272 111.188 C 30.392 111.272 40.56 111.364 40.56 111.364 L 39.688 28.116 Z "/>
|
||||
<path id="Shape" fill="#FFFFFF" stroke="none" stroke-width="1" d="M 32.528 36.404 C 32.528 36.404 11.028 35.784 7.856 35.852 C 7.692 39.201 9.36 97.437 9.856 98.282 C 10.352 99.126 11.584 98.822 12.336 98.854 C 13.768 98.918 15.196 99.066 16.632 99.106 C 19.528 99.19 22.42 99.234 25.316 99.366 C 26.656 99.426 33.088 99.494 33.088 99.494 L 32.528 36.404 Z "/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg><!--rotationCenter:32:63-->
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dhvv8isqodfd5"
|
||||
path="res://.godot/imported/milk-a.svg-c933dabffc52a43e1b252708a2f526c0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/milk-a.svg"
|
||||
dest_files=["res://.godot/imported/milk-a.svg-c933dabffc52a43e1b252708a2f526c0.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="81.42745917840257" height="69.21538489861742" viewBox="0.3848240683304538 0.8603957007157077 81.42745917840257 69.21538489861742">
|
||||
<!-- Exported by Scratch - http://scratch.mit.edu/ -->
|
||||
<path id="ID0.2171387574635446" fill="#703D00" stroke="none" d="M 46.6639 51.2069 C 52.7766 51.2069 58.3159 52.2128 62.3269 53.8388 C 66.3373 55.464 68.8202 57.7094 68.8202 60.1868 C 68.8202 62.6642 66.3373 64.9096 62.3269 66.5349 C 58.3159 68.1609 52.7766 69.1668 46.6639 69.1668 C 40.5511 69.1668 35.0119 68.1609 31.0008 66.5349 C 26.9904 64.9096 24.5076 62.6642 24.5076 60.1868 C 24.5076 57.7094 26.9904 55.464 31.0008 53.8388 C 35.0119 52.2128 40.5511 51.2069 46.6639 51.2069 Z " stroke-width="0.7122527306416447"/>
|
||||
<path id="ID0.43220555409789085" fill="#A85B00" stroke="#A85B00" stroke-width="1.710464673343551" stroke-linecap="round" d="M 40.194 22.8789 C 49.6276 22.7315 59.1079 22.8602 68.529 23.2862 C 70.8874 23.3937 74.4735 21.9968 74.3217 24.1007 C 73.7146 32.5121 69.7917 40.9153 66.3736 48.9838 C 64.484 53.5638 63.6056 60.4048 58.4703 62.5046 C 49.9779 65.7512 39.736 64.6004 30.5394 63.3191 C 27.1967 62.8312 25.1059 60.0432 23.2648 57.8619 C 20.1655 54.1991 17.9202 49.9523 15.9453 46.0516 C 12.6134 39.3898 7.8005 32.7059 6.7847 25.7704 C 6.5081 23.8807 10.3187 23.9866 12.6672 23.6934 C 21.7488 22.6231 31.1286 23.019 40.194 22.8789 Z "/>
|
||||
<path id="ID0.8022473398596048" fill="#703D00" stroke="none" d="M 42.1782 25.6907 C 50.79 25.6907 58.5943 26.6355 64.2453 28.1611 C 69.8963 29.6875 73.3941 31.7954 73.3941 34.1209 C 73.3941 36.4463 69.8963 38.5542 64.2453 40.0806 C 58.5943 41.6062 50.79 42.551 42.1782 42.551 C 33.5664 42.551 25.7621 41.6062 20.1111 40.0806 C 14.4601 38.5542 10.9622 36.4463 10.9622 34.1209 C 10.9622 31.7954 14.4601 29.6875 20.1111 28.1611 C 25.7621 26.6355 33.5664 25.6907 42.1782 25.6907 Z " stroke-width="0.9235221282027487"/>
|
||||
<path id="ID0.818717781919986" fill="#F0C444" stroke="#A85B00" stroke-width="1.817962108090069" stroke-linecap="round" d="M 41.2794 1.7819 C 52.3746 2.0985 63.0581 6.9224 72.6029 12.02 C 76.8501 14.6036 81.433 19.3363 80.8535 23.8281 C 80.2721 28.3105 76.3972 30.6265 69.1991 32.9658 C 61.9999 35.3059 52.0589 36.7547 41.0876 36.7547 C 30.1162 36.7547 20.1752 35.3059 12.9761 32.9658 C 5.7779 30.6265 0.8784 28.4206 1.3216 23.8281 C 1.9692 17.7386 8.8182 13.1539 14.417 9.7831 C 22.5986 5.5511 32.0177 1.5152 41.2794 1.7819 Z "/>
|
||||
</svg><!--rotationCenter:85:48-->
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://tp2scdjwalro"
|
||||
path="res://.godot/imported/muffin-a.svg-4e8993fabcb8d4faf7c0e9096bf7d968.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/muffin-a.svg"
|
||||
dest_files=["res://.godot/imported/muffin-a.svg-4e8993fabcb8d4faf7c0e9096bf7d968.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="89.85348733337366" height="90.65136941345179" viewBox="11.947325547180357 -0.1448508901975718 89.85348733337366 90.65136941345179">
|
||||
<!-- Exported by Scratch - http://scratch.mit.edu/ -->
|
||||
<path id="ID0.7662904155440629" fill="#919191" stroke="#919191" stroke-width="3.0186484661861592" d="M 71.7097 66.2616 C 79.1323 66.2298 85.8535 67.4747 90.7171 69.5113 C 95.5815 71.5491 98.5868 74.3775 98.5769 77.5139 C 98.567 80.6503 95.5437 83.5045 90.6664 85.584 C 85.7897 87.6624 79.0605 88.9648 71.6378 88.9966 C 64.2152 89.0284 57.494 87.7835 52.6304 85.7469 C 47.766 83.709 44.7607 80.8807 44.7706 77.7443 C 44.7805 74.6078 47.8038 71.7537 52.6812 69.6741 C 57.5578 67.5958 64.2871 66.2934 71.7097 66.2616 Z "/>
|
||||
<path id="ID0.8972083395346999" fill="#A85B00" stroke="none" stroke-linecap="round" d="M 65.744 21.0624 C 77.3644 25.7787 86.9747 32.318 93.1138 39.0728 C 99.2528 45.8277 101.5235 51.8523 99.6566 58.3761 C 97.1181 67.2288 89.6161 75.5691 80.8922 79.1577 C 71.1964 83.4356 59.0976 83.8213 48.8623 80.0676 C 36.9605 75.7009 25.4406 67.229 19.0614 56.3746 C 13.3764 47.0713 11.748 34.1646 15.4188 24.1866 C 17.7646 17.819 24.4538 15.469 33.564 14.9034 C 42.6742 14.3378 54.1236 16.346 65.744 21.0624 Z " stroke-width="0.6910801836969137"/>
|
||||
<path id="ID0.10735392430797219" fill="#EF9300" stroke="#EAC28E" stroke-width="2.3714589273605515" stroke-linecap="round" d="M 65.9956 21.1923 C 77.0685 25.6865 86.3776 31.5419 92.474 37.371 C 98.5701 43.2007 101.4528 49.0038 99.6709 53.394 C 97.889 57.7843 91.7774 59.9368 83.3427 59.869 C 74.9083 59.8005 64.1516 57.5117 53.0787 53.0176 C 42.0058 48.5235 32.6966 42.668 26.6003 36.8389 C 20.5041 31.0092 17.6215 25.2061 19.4033 20.8159 C 21.1852 16.4257 27.2968 14.2731 35.7315 14.341 C 44.1659 14.4095 54.9227 16.6982 65.9956 21.1923 Z "/>
|
||||
<path id="ID0.4141157087869942" fill="none" stroke="#EAC28E" stroke-width="1.378791351498305" stroke-linecap="round" d="M 63.3928 20.8404 C 63.3928 20.8404 59.0879 33.4482 55.3133 38.8174 C 52.5218 42.7882 44.1588 48.1999 44.1588 48.1999 "/>
|
||||
<path id="ID0.011384283192455769" fill="none" stroke="#EAC28E" stroke-width="1.378791351498305" stroke-linecap="round" d="M 56.855 35.9377 L 92.151 37.5469 "/>
|
||||
<path id="ID0.8657065210863948" fill="none" stroke="#EAC28E" stroke-width="1.378791351498305" stroke-linecap="round" d="M 77.2849 58.9225 C 77.2849 58.9225 56.5821 36.6101 56.5821 36.6101 L 22.1758 17.6486 "/>
|
||||
<path id="ID0.9600630304776132" fill="none" stroke="#EAC28E" stroke-width="1.378791351498305" stroke-linecap="round" d="M 55.2694 36.0773 L 26.1603 35.4876 "/>
|
||||
<path id="ID0.13748089503496885" fill="none" stroke="#EAC28E" stroke-width="1.378791351498305" stroke-linecap="round" d="M 55.6689 37.0226 L 41.5498 14.66 "/>
|
||||
<path id="ID0.14989860635250807" fill="none" stroke="#EAC28E" stroke-width="1.378791351498305" stroke-linecap="round" d="M 56.5315 37.7456 L 98.5741 54.0635 "/>
|
||||
<path id="ID0.12017638329416513" fill="none" stroke="#EF9300" stroke-width="1.543789701834321" stroke-linecap="round" d="M 59.7437 13.574 C 59.1757 9.8846 56.9016 7.978 57.0741 5.6041 C 57.2111 3.7215 59.4558 0.9142 60.9044 1.4257 C 62.6864 2.0555 63.5352 5.5638 63.5352 7.8867 C 63.5352 10.2096 62.1695 12.7948 60.9044 14.3478 C 60.4672 14.884 60.4525 12.8002 60.1306 12.0651 Z "/>
|
||||
<path id="ID0.2274529174901545" fill="none" stroke="#EF9300" stroke-width="1.543789701834321" stroke-linecap="round" d="M 52.2064 10.4567 C 51.1579 9.1165 50.3447 7.6889 49.1886 7.7871 C 48.0945 7.88 46.7118 9.6752 47.2542 10.4567 C 48.0272 11.5709 50.2596 11.711 51.8195 11.5787 C 52.3201 11.5361 52.1058 10.4822 51.8195 10.0698 Z "/>
|
||||
<path id="ID0.12017638329416513" fill="none" stroke="#EF9300" stroke-width="1.6084317214031978" stroke-linecap="round" d="M 73.8316 19.082 C 77.35 17.8128 80.2168 19.0261 82.1958 17.7017 C 83.7652 16.6513 85.0249 13.1593 83.8119 12.0425 C 82.3191 10.6689 78.81 11.5844 76.7841 12.721 C 74.7583 13.8576 73.2268 16.4114 72.5423 18.3652 C 72.3061 19.0402 74.1312 18.0345 74.9427 17.9786 Z "/>
|
||||
<path id="ID0.2274529174901545" fill="none" stroke="#EF9300" stroke-width="1.6084317214031978" stroke-linecap="round" d="M 84.7022 23.7662 C 86.4261 24.0999 88.1018 24.1689 88.6282 25.308 C 89.1265 26.386 88.293 28.5693 87.3243 28.4398 C 85.9432 28.2555 84.6391 26.2172 83.9285 24.6803 C 83.7006 24.187 84.7332 23.8736 85.2444 23.942 Z "/>
|
||||
</svg><!--rotationCenter:49:27-->
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://5xp54g568jbb"
|
||||
path="res://.godot/imported/orange2-b.svg-bba27292ffb01d3838a8492bf48bf8c1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/orange2-b.svg"
|
||||
dest_files=["res://.godot/imported/orange2-b.svg-bba27292ffb01d3838a8492bf48bf8c1.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,60 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="62.5435905456543" height="95.47918701171875" viewBox="-0.420925498008728 -0.15536391735076904 62.5435905456543 95.47918701171875" version="1.1" xml:space="preserve">
|
||||
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
|
||||
<g>
|
||||
<title>Slice 1</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="Page-1" stroke="none" fill-rule="evenodd">
|
||||
<g id="strawberry-a-[food,fruit,alex-eben-meyer]">
|
||||
<g id="Group-2">
|
||||
<path d="M 24.848 17.7053 C 23.272 13.5245 21.776 6.3414 23.98 2.1726 C 26.004 -1.6515 29.544 0.8137 31.232 6.8785 C 32.656 11.9812 32.4 20.3909 32.464 22.1667 C 32.536 24.1268 32.3 26.0468 32.216 27.9949 C 32.148 29.6384 32.736 32.3762 32.148 33.8593 C 29.2 28.7084 26.936 23.2489 24.848 17.7053 Z " id="Shape" fill="#82783C" stroke-width="1"/>
|
||||
<path d="M 32.184 33.7791 C 29.848 33.8994 26.944 31.5264 25.144 30.2316 C 24.184 29.5382 12.24 19.8859 8.988 15.0878 C 7.52 12.9232 6.14 10.7667 6.496 8.0489 C 6.972 4.4053 9.452 3.5755 12.664 5.1629 C 17.644 7.6241 21.808 13.1357 24.42 17.9217 C 25.72 20.2987 26.956 22.7319 28.272 25.0808 C 29.544 27.3616 32.244 31.0975 32.184 33.7791 Z " id="Shape" fill="#A0AA1E" stroke-width="1"/>
|
||||
<path d="M 31.744 33.6508 C 31.592 31.9633 32.716 29.7065 33.1 28.0631 C 33.5 26.3034 33.9 24.5717 34.468 22.8521 C 35.5407 19.317 36.8189 15.8478 38.296 12.4622 C 39.624 9.5401 41.044 6.2973 43.188 3.8561 C 45.016 1.7717 48.492 -0.4289 51.008 2.0884 C 53.18 4.265 51.808 8.7624 51.04 11.3078 C 49.976 14.723 48.112 17.5129 45.984 20.3268 C 44 22.9483 34.436 32.757 31.744 33.6508 Z " id="Shape" fill="#A0AA1E" stroke-width="1"/>
|
||||
<path d="M 32.092 33.7671 C 33.196 32.32 35.008 31.1175 36.348 29.8428 C 38.084 28.1914 39.856 26.584 41.62 24.9686 C 44.184 22.6236 46.924 20.2186 50.516 19.7576 C 51.816 19.5932 54.18 19.5131 54.628 21.1245 C 55.028 22.6076 53.08 24.3032 52.12 25.1008 C 50.6955 26.2382 49.1705 27.2432 47.564 28.1032 C 46.672 28.6162 36 32.6367 32.092 33.7671 Z " id="Shape" fill="#A0AA1E" stroke-width="1"/>
|
||||
<path d="M 31.836 33.8432 C 31.564 28.8768 32.14 24.0025 32.3 19.0681 C 32.316 16.4948 32.6002 13.9302 33.148 11.416 C 33.428 10.2696 34.852 6.2051 36.308 8.5139 C 37.148 9.8407 36.612 12.7549 36.56 14.234 C 36.484 16.3745 36.46 18.7194 35.732 20.7677 C 35.252 22.1025 32.1 33.8633 31.836 33.8432 Z " id="Shape" fill="#A0AA1E" stroke-width="1"/>
|
||||
</g>
|
||||
<g id="Group">
|
||||
<path d="M 31.444 94.8236 C 27.5034 94.8424 23.6508 93.6566 20.4 91.4245 C 18.24 89.9213 16.536 87.6565 15.076 85.492 C 12.896 82.2572 10.756 78.9542 8.744 75.6072 C 5.1011 69.584 2.4359 63.0192 0.848 56.1582 C -0.4 50.6025 -0.792 40.353 4.964 36.9177 C 7.912 35.15 12.28 34.1399 15.62 33.4504 C 18.512 32.8532 21.364 32.1036 24.336 31.847 C 26.032 31.7108 27.744 31.5544 29.424 31.819 C 30.716 32.0234 31.344 32.7369 32.276 32.7449 C 32.456 32.7449 33.628 32.0916 33.952 32.0114 C 34.6112 31.882 35.2804 31.8096 35.952 31.7949 C 38.088 31.6707 40.096 32.0114 42.192 32.3281 C 47.604 33.1297 53.312 35.1981 57.548 38.7696 C 62.832 43.223 61.972 50.0373 60.508 56.1662 C 58.908 62.9165 53.192 78.2608 47.708 85.7004 C 42.224 93.1401 34.692 94.8397 31.444 94.8236 Z " id="Shape" fill="#F01446" stroke-width="1"/>
|
||||
<path d="M 5.028 41.5996 C 5.028 41.5996 5.6 40.0884 8.128 38.7576 C 11.3209 37.1922 14.9049 36.6092 18.428 37.0821 C 26.616 38.3447 25.596 65.3857 15.836 65.3857 C 10.548 65.3857 6.972 63.1049 5.296 57.93 C 3.88 53.5527 2.864 46.8025 5.028 41.5996 Z " id="Shape" fill="#F00A78" stroke-width="1"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="26.208" cy="44.1862869" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="45.276" cy="15.814557" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="42.136" cy="11.0405063" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="49.168" cy="11.5175105" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="37.76" cy="6.2424051" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="29.572" cy="8.8158228" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="22.856" cy="8.1103376" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="14.348" cy="7.9179325" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="20.376" cy="16.3236287" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="11.768" cy="15.8265823" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="36.488" cy="46.5031646" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="33.332" cy="14.7563291" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="35.612" cy="21.3341772" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="27.86" cy="16.4037975" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="19.276" cy="50.1668776" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="26.208" cy="22.7732068" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="14.384" cy="39.7489451" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="21.228" cy="29.5194093" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="13.936" cy="29.2508439" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="46.44" cy="27.7637131" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="52.764" cy="16.3196203" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="53.388" cy="26.4248945" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="56.772" cy="21.0535865" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="56.968" cy="11.4373418" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="45.152" cy="5.0879747" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="5.8" cy="12.1628692" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="4.068" cy="25.9078059" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="2.328" cy="19.5824895" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="32.4" cy="26.1443038" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="49.808" cy="35.3116034" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" transform="matrix(0.3665012267242973,-0.9304175679820246,0.9304175679820246,0.3665012267242973,-4.386055666660404,86.14779244561515)" cx="38.3046626" cy="30.7947894" rx="1.024" ry="1" stroke-width="1"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="41.496" cy="19.5824895" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="29.016" cy="34.9267932" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="48.828" cy="21.6308017" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="50.08" cy="43.9938819" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="41.724" cy="38.3981013" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="16.712" cy="22.8373418" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
<ellipse id="Oval" fill="#F04650" cx="9.728" cy="21.4223629" rx="1" ry="1.02616034" stroke-width="1" transform="matrix(1,0,0,1,0,31)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg><!--rotationCenter:31:47-->
|
||||
|
After Width: | Height: | Size: 9.2 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cbyfpwrg2e3ns"
|
||||
path="res://.godot/imported/strawberry-a.svg-6e689205c6aed86de79f41ac14e574e7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/strawberry-a.svg"
|
||||
dest_files=["res://.godot/imported/strawberry-a.svg-6e689205c6aed86de79f41ac14e574e7.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ddxq46crf8s0b"
|
||||
path="res://.godot/imported/watermelon-a.svg-2263defd4ede83f662bca6fa1b6302bb.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/watermelon-a.svg"
|
||||
dest_files=["res://.godot/imported/watermelon-a.svg-2263defd4ede83f662bca6fa1b6302bb.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="43px" height="32px" viewBox="0 0 43 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Slice 1</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Watermelon-c">
|
||||
<g id="Page-1">
|
||||
<g id="Watermelon-c">
|
||||
<path d="M0.1,22.3 C11.9,34.1 31.1,34.1 42.9,22.3 L38,17.4 C28.9,26.5 14.2,26.5 5.1,17.4 L0.1,22.3 Z" id="path3015-6" fill="#DAEAD4"></path>
|
||||
<path d="M4.5,17.9 C13.9,27.3 29.1,27.3 38.4,17.9 L21.4,0.9 L4.5,17.9 Z" id="path3015" fill="#EE1717"></path>
|
||||
<path d="M18.8,19.2 C19.7,19.6 20.2,20.3 20,20.9 C19.8,21.5 18.9,21.6 18,21.3 C17.1,20.9 16.6,20.2 16.8,19.6 C17,19 17.9,18.9 18.8,19.2 Z" id="path7002-5-0" fill="#231F20"></path>
|
||||
<g id="use4049" transform="translate(15.455315, 13.353866) rotate(-48.949534) translate(-15.455315, -13.353866) translate(13.455315, 11.853866)" fill="#231F20">
|
||||
<path d="M2.4,0.4 C3.2,0.7 3.7,1.4 3.4,1.8 C3.2,2.3 2.4,2.4 1.6,2.1 C0.8,1.8 0.3,1.1 0.6,0.7 C0.8,0.2 1.6,0.1 2.4,0.4 Z" id="path7002-5-0_1_"></path>
|
||||
</g>
|
||||
<g id="use4051" transform="translate(11.434274, 18.599616) rotate(-34.425109) translate(-11.434274, -18.599616) translate(9.434274, 17.099616)" fill="#231F20">
|
||||
<path d="M2.5,0.4 C3.3,0.7 3.8,1.4 3.6,1.9 C3.3,2.3 2.5,2.5 1.7,2.2 C0.9,1.9 0.4,1.2 0.6,0.7 C0.8,0.2 1.7,0.1 2.5,0.4 Z" id="path7002-5-0_2_"></path>
|
||||
</g>
|
||||
<g id="use4053" transform="translate(31.836449, 16.895641) rotate(-20.297637) translate(-31.836449, -16.895641) translate(29.836449, 15.395641)" fill="#231F20">
|
||||
<path d="M2.3,0.3 C3.1,0.6 3.5,1.2 3.3,1.7 C3.1,2.2 2.3,2.3 1.5,2 C0.7,1.7 0.3,1.1 0.5,0.6 C0.8,0.2 1.6,0 2.3,0.3 Z" id="path7002-5-0_3_"></path>
|
||||
</g>
|
||||
<g id="use4055" transform="translate(20.761312, 8.105666) rotate(-21.131326) translate(-20.761312, -8.105666) translate(18.761312, 6.605666)" fill="#231F20">
|
||||
<path d="M2.3,0.3 C3.1,0.6 3.5,1.2 3.3,1.7 C3.1,2.2 2.4,2.3 1.6,2 C0.8,1.7 0.4,1.1 0.6,0.6 C0.8,0.2 1.6,2.77555756e-17 2.3,0.3 Z" id="path7002-5-0_4_"></path>
|
||||
</g>
|
||||
<g id="use4059" transform="translate(27.349871, 11.792674) rotate(36.941358) translate(-27.349871, -11.792674) translate(25.349871, 10.292674)" fill="#231F20">
|
||||
<path d="M2.2,0.3 C3,0.7 3.4,1.4 3.2,1.9 C3,2.4 2.2,2.6 1.4,2.3 C0.6,1.9 0.2,1.2 0.4,0.7 C0.7,0.1 1.5,0 2.2,0.3 Z" id="path7002-5-0_5_"></path>
|
||||
</g>
|
||||
<path d="M22.4,13.6 C23,14.1 23.3,14.8 23,15.3 C22.7,15.7 21.9,15.6 21.2,15.2 C20.6,14.7 20.3,14 20.6,13.5 C21,13.1 21.7,13.1 22.4,13.6 Z" id="path7002-5-0-1" fill="#231F20"></path>
|
||||
<path d="M26.9,20.1 C26.8,21 26.2,21.7 25.6,21.7 C25,21.6 24.6,20.8 24.7,19.8 C24.8,18.9 25.4,18.2 26,18.2 C26.7,18.3 27.1,19.1 26.9,20.1 Z" id="path7002-5-0-14" fill="#231F20"></path>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M2.2,20.2 L0.1,22.3 C11.9,34.1 31.1,34.1 42.9,22.3 L41.1,20.5 C30.2,31.2 12.9,31.2 2.2,20.2 Z" id="Path" fill="#99C566"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg><!--rotationCenter:21.5:16-->
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://m2q78i18f1do"
|
||||
path="res://.godot/imported/watermelon-c.svg-360ab00ec8682200447c914e1589b596.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/feeds/watermelon-c.svg"
|
||||
dest_files=["res://.godot/imported/watermelon-c.svg-360ab00ec8682200447c914e1589b596.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -9,15 +9,20 @@ func _ready():
|
||||
i.hide()
|
||||
|
||||
func beforeOpen():
|
||||
var feeds = []
|
||||
var feeds: Array[Feed] = []
|
||||
for i in avaliableFeeds.get_children():
|
||||
feeds.append(i)
|
||||
var allHad = false
|
||||
while not allHad:
|
||||
afterClose()
|
||||
feeds.shuffle()
|
||||
for i in range(3):
|
||||
var feed = feeds[i]
|
||||
var cloned = feed.duplicate()
|
||||
var cloned = feed.duplicate() as Feed
|
||||
cloned.show()
|
||||
feedCards.add_child(cloned)
|
||||
if cloned.allHad(UIState.player):
|
||||
allHad = true
|
||||
func afterClose():
|
||||
for i in feedCards.get_children():
|
||||
feedCards.remove_child(i)
|
||||
|
||||
@@ -45,10 +45,10 @@ func _ready():
|
||||
var count = costCounts[i]
|
||||
var costShow: ItemShow = preload("res://components/UI/ItemShow.tscn").instantiate()
|
||||
costShow.type = cost
|
||||
costShow.count = count * multipiler()
|
||||
costShow.count = int(count * multipiler())
|
||||
costsBox.add_child(costShow)
|
||||
|
||||
func apply(entity: EntityBase):
|
||||
func allHad(entity: EntityBase) -> bool:
|
||||
var allHave = true
|
||||
for i in range(min(costs.size(), costCounts.size())):
|
||||
var item = costs[i]
|
||||
@@ -56,6 +56,9 @@ func apply(entity: EntityBase):
|
||||
if entity.inventory[item] < count:
|
||||
allHave = false
|
||||
break
|
||||
return allHave
|
||||
func apply(entity: EntityBase):
|
||||
var allHave = allHad(entity)
|
||||
if allHave:
|
||||
for i in range(min(costs.size(), costCounts.size())):
|
||||
var item = costs[i]
|
||||
@@ -68,5 +71,8 @@ func apply(entity: EntityBase):
|
||||
if !applier or applier.call(entity, value):
|
||||
entity.fields[field] += value
|
||||
return allHave
|
||||
func multipiler():
|
||||
func multipiler() -> float:
|
||||
if is_instance_valid(UIState.player):
|
||||
return 1 - UIState.player.fields.get(FieldStore.Entity.PRICE_REDUCTION)
|
||||
else:
|
||||
return 1
|
||||
|
||||