forked from amethyst/blobfox
parent
a5ff458fab
commit
be9f50385b
@ -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"]
|
||||
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"]
|
||||
|
@ -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"]
|
Loading…
Reference in new issue