Skip to content

Commit

Permalink
* Moved Formal Pants
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconway3 committed Dec 29, 2024
1 parent 7bf231c commit 4218cb2
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
12 changes: 12 additions & 0 deletions sheet_definitions/legs_formal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Formal Pants",
"type_name": "legs",
"layer_1": {
"zPos": 20,
"male": "legs/formal/male/"
},
"variants": [
"formal",
"formal_striped"
]
}
5 changes: 2 additions & 3 deletions sheet_definitions/legs_pantaloons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type_name": "legs",
"layer_1": {
"zPos": 20,
"male": "legs/pantaloons/male/"
"male": "legs/pantaloons/male/",
"muscular": "legs/pantaloons/muscular/"
},
"variants": [
"black",
Expand All @@ -12,8 +13,6 @@
"brown",
"charcoal",
"forest",
"formal",
"formal_striped",
"furbrown",
"gray",
"green",
Expand Down
22 changes: 21 additions & 1 deletion sheet_definitions/legs_widepants.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,27 @@
"variants": [
"black",
"blue",
"bluegray",
"brown",
"white"
"charcoal",
"forest",
"gray",
"green",
"lavender",
"leather",
"maroon",
"navy",
"orange",
"pink",
"purple",
"red",
"rose",
"sky",
"slate",
"tan",
"teal",
"walnut",
"white",
"yellow"
]
}
3 changes: 2 additions & 1 deletion source_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ <h3>Legs</h3>
div_sheet_legs_pants2
div_sheet_legs_cuffed
div_sheet_legs_pantaloons
div_sheet_legs_formal
div_sheet_legs_leggings
div_sheet_legs_leggings2
div_sheet_legs_hose
Expand All @@ -1149,7 +1150,7 @@ <h3>Legs</h3>
</li>

<!-- Short -->
<li>
<li data-required="male,female,teen">
<span class="condensed">Shorts</span>
<ul>
div_sheet_legs_shorts
Expand Down
File renamed without changes

0 comments on commit 4218cb2

Please sign in to comment.