Modify organization

python-refactor
LostQuasar 2 years ago
parent be9f50385b
commit 910bb0bd4b

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B

@ -0,0 +1,3 @@
<svg width="128" height="128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path style="display:inline;fill:#ab1829;fill-opacity:1;stroke-width:1.065;stroke-linecap:round" d="M10.048 21.71c1.235-.007 2.237.878 2.854.863.515-.013 1.417-.148 1.836-.148 1.803 0 4.447 1.92 4.359 4.85-.076 2.53-2.133 2.96-3.008 2.949-2.003-.026-3.801-2.683-4.872-2.732-.611-.028-1.356.586-2.709.564-1.49-.024-2.04-.979-1.987-2.313.052-1.335.896-4.016 3.527-4.032z" transform="scale(3.25) translate(2,5)"/>
</svg>

After

Width:  |  Height:  |  Size: 507 B

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 434 B

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 643 B

Before

Width:  |  Height:  |  Size: 642 B

After

Width:  |  Height:  |  Size: 642 B

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 641 B

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 648 B

@ -3,6 +3,10 @@ hot_coco_cup = ["overlay/steam.svg","holding/cup.svg","holding/cup_liquid/hot_co
arctic_hand_right = ["hand/arcticfox/right.svg"]
arctic_fur = ["fur/arcticfox/base.svg"]
fox_fur = ["fur/fox/base.svg"]
fox_base = ["eyes/left/base.svg", "eyes/right/base.svg", "nose/fox/base.svg", "mouth/fox/w_mouth.svg"]
fox_blush = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/fox/squint.svg", "mouth/fox/downturned.svg", "overlay/blush.svg"]
fox_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "nose/fox/happy.svg", "mouth/fox/w_mouth.svg"]
cat_fur = ["fur/cat/base.svg"]
fox_base = ["eyes/left/base.svg", "eyes/right/base.svg", "nose/base.svg", "mouth/w_mouth.svg"]
fox_blush = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg", "mouth/downturned.svg", "overlay/blush.svg"]
fox_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "nose/happy.svg", "mouth/w_mouth.svg"]
fox_upset = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg", "mouth/upset.svg"]
cat_base = ["eyes/left/base.svg", "eyes/right/base.svg", "mouth/cat/w_mouth.svg"]
fox_hand_big_right = ["hand/fox/big_right.svg"]

@ -2,3 +2,6 @@ arctic_hot_coco = ["arctic_fur", "fox_base", "hot_coco_cup", "arctic_hand_right"
arctic_coffee = ["arctic_fur", "fox_base", "coffee_cup", "arctic_hand_right"]
arctic_happy_coffee = ["arctic_fur", "fox_happy", "coffee_cup", "arctic_hand_right"]
arctic_blush = ["arctic_fur", "fox_blush"]
arctic_upset = ["arctic_fur", "fox_upset"]
cat = ["cat_fur", "cat_base"]
test = ["fox_fur", "fox_hand_big_right"]
Loading…
Cancel
Save