diff --git a/assets/mouth/fox/downturned.svg b/assets/mouth/downturned.svg similarity index 100% rename from assets/mouth/fox/downturned.svg rename to assets/mouth/downturned.svg diff --git a/assets/mouth/upset.svg b/assets/mouth/upset.svg new file mode 100644 index 0000000..a5b6bab --- /dev/null +++ b/assets/mouth/upset.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/mouth/fox/w_mouth.svg b/assets/mouth/w_mouth.svg similarity index 100% rename from assets/mouth/fox/w_mouth.svg rename to assets/mouth/w_mouth.svg diff --git a/assets/nose/fox/base.svg b/assets/nose/base.svg similarity index 100% rename from assets/nose/fox/base.svg rename to assets/nose/base.svg diff --git a/assets/nose/fox/evil.svg b/assets/nose/evil.svg similarity index 100% rename from assets/nose/fox/evil.svg rename to assets/nose/evil.svg diff --git a/assets/nose/fox/happy.svg b/assets/nose/happy.svg similarity index 100% rename from assets/nose/fox/happy.svg rename to assets/nose/happy.svg diff --git a/assets/nose/fox/squint.svg b/assets/nose/squint.svg similarity index 100% rename from assets/nose/fox/squint.svg rename to assets/nose/squint.svg diff --git a/definitions.toml b/definitions.toml index 93303cb..5dedf07 100644 --- a/definitions.toml +++ b/definitions.toml @@ -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"] \ No newline at end of file diff --git a/designs.toml b/designs.toml index fc7b470..7c45203 100644 --- a/designs.toml +++ b/designs.toml @@ -1,4 +1,7 @@ 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"] \ No newline at end of file +arctic_blush = ["arctic_fur", "fox_blush"] +arctic_upset = ["arctic_fur", "fox_upset"] +cat = ["cat_fur", "cat_base"] +test = ["fox_fur", "fox_hand_big_right"] \ No newline at end of file