Skip to content

Commit

Permalink
🎉 Initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Marquis Kurt <[email protected]>
  • Loading branch information
alicerunsonfedora committed May 24, 2022
0 parents commit 3764925
Show file tree
Hide file tree
Showing 9 changed files with 452 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file added .readme/mannequin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
373 changes: 373 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Bushy Tail Addon for Mannequin

The **Bushy Tail** addon is a DLC package for the [Mannqeuin doftware][mq] that
gives characters a bushy tail. This may be useful for characters which have more
animal-like qualities such as tails and fox ears.

This addon is used internally to generate the portraits for Chelsea Roslyn in
_Indexing Your Heart_.

![A sample screenshot of character with a bushy tail](.readme/mannequin.png)

## Installation

Clone the repository using `git clone` or `gh repo clone` to the directory where
you want to install DLCs for Mannequin to. Then, follow the instructions provided
in the Mannequin documentation to install a DLC at
https://ar14.works/mannequin-docs-dlc.

## License
The source code and corresponding vector graphics are licensed under the Mozilla
Public License, v2.0. You can read your rights in the LICENSE file or by visiting
http://mozilla.org/MPL/2.0/.

[mq]: https://ar14.itch.io/mannequin

18 changes: 18 additions & 0 deletions components/clothing-lowerback-bushy_tail-a-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions components/clothing-lowerback-bushy_tail-b-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions configs/clothing-accessories_lowerbacktail_bushy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Bushy Tail",
"layer": "skin",
"defaultColors": ["#27160c"],
"requirements": [
["body-lowertorso-a", "body-lowertorso-b"]
],
"layers": [
{
"bindTo": "lowerback",
"bindMode": "back",
"colorGroupID": 0,
"componentName": "marquiskurt:bushytail/bushy_tail"
}
]
}
1 change: 1 addition & 0 deletions mannequin-library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"authorid":"marquiskurt","id":"bushytail","authorname":"Marquis Kurt","name":"Bushy Tail","authorurl":"https://marquiskurt.net","url":"https://github.com/Indexing-Your-Heart/mannequin-bushy-tail","description":"Default"}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3764925

Please sign in to comment.