From be9f50385bc3935b298f1a9733b508838150937a Mon Sep 17 00:00:00 2001 From: LostQuasar Date: Thu, 18 Aug 2022 15:04:08 -0400 Subject: [PATCH] Add more examples --- definitions.toml | 8 ++++++-- designs.toml | 6 ++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/definitions.toml b/definitions.toml index 1d9f36d..93303cb 100644 --- a/definitions.toml +++ b/definitions.toml @@ -1,4 +1,8 @@ coffee_cup = ["overlay/steam.svg","holding/cup.svg","holding/cup_liquid/coffee.svg"] hot_coco_cup = ["overlay/steam.svg","holding/cup.svg","holding/cup_liquid/hot_coco.svg"] -arctic_base = ["fur/arcticfox/base.svg", "eyes/left/base.svg", "eyes/right/base.svg", "nose/fox/base.svg", "mouth/fox/w_mouth.svg"] -arctic_hand_right = ["hand/arcticfox/right.svg"] \ No newline at end of file +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"] diff --git a/designs.toml b/designs.toml index bf0af77..fc7b470 100644 --- a/designs.toml +++ b/designs.toml @@ -1,2 +1,4 @@ -arctic_hot_coco = ["arctic_base", "hot_coco_cup", "arctic_hand_right"] -arctic_coffee = ["arctic_base", "coffee_cup", "arctic_hand_right"] +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