Skip to content

Commit

Permalink
* Adjusted Clothing Directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconway3 committed May 8, 2024
1 parent 9fdc42c commit fc645c2
Show file tree
Hide file tree
Showing 57 changed files with 172 additions and 559 deletions.
267 changes: 12 additions & 255 deletions CREDITS.csv

Large diffs are not rendered by default.

405 changes: 145 additions & 260 deletions index.html

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions sheet_definitions/torso_clothes_female_sleeveless.json

This file was deleted.

8 changes: 4 additions & 4 deletions sheet_definitions/torso_clothes_shortsleeve.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"type_name": "clothes",
"layer_1": {
"zPos": 35,
"female": "torso/clothes/shortsleeve/female/",
"male": "torso/clothes/shortsleeve/male/",
"pregnant": "torso/clothes/shortsleeve/pregnant/",
"teen": "torso/clothes/shortsleeve/teen/"
"female": "torso/clothes/shortsleeve/shortsleeve/female/",
"male": "torso/clothes/shortsleeve/shortsleeve/male/",
"pregnant": "torso/clothes/shortsleeve/shortsleeve/pregnant/",
"teen": "torso/clothes/shortsleeve/shortsleeve/teen/"
},
"variants": [
"black",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "Sleeveless male",
"name": "Sleeveless",
"type_name": "clothes",
"layer_1": {
"zPos": 35,
"male": "torso/clothes/sleeveless/male/"
"male": "torso/clothes/sleeveless/sleeveless/male/",
"female": "torso/clothes/sleeveless/sleeveless/female/"
},
"variants": [
"black",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type_name": "clothes",
"layer_1": {
"zPos": 35,
"male": "torso/clothes/sleeveless_laced/male/"
"male": "torso/clothes/sleeveless/laced/male/"
},
"variants": [
"black",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type_name": "clothes",
"layer_1": {
"zPos": 35,
"male": "torso/clothes/sleeveless_striped/male/"
"male": "torso/clothes/sleeveless/striped/male/"
},
"variants": [
"black",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type_name" : "clothes",
"layer_1" : {
"zPos" : 35,
"pregnant" : "torso/clothes/tanktop/pregnant/",
"female" : "torso/clothes/tanktop/female/"
"pregnant" : "torso/clothes/sleeveless/tanktop/pregnant/",
"female" : "torso/clothes/sleeveless/tanktop/female/"
},
"variants": [
"black",
Expand Down
9 changes: 4 additions & 5 deletions source_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,11 +636,10 @@ <h3>Torso</h3>
<li data-required="male,female,pregnant,teen">
<span class="condensed">Sleeveless</span>
<ul>
div_sheet_torso_clothes_male_sleeveless
div_sheet_torso_clothes_male_sleeveless_laced
div_sheet_torso_clothes_male_sleeveless_striped
div_sheet_torso_clothes_female_sleeveless
div_sheet_torso_clothes_tanktop
div_sheet_torso_clothes_sleeveless
div_sheet_torso_clothes_sleeveless_laced
div_sheet_torso_clothes_sleeveless_striped
div_sheet_torso_clothes_sleeveless_tanktop
</ul>
</li>
div_sheet_torso_clothes_corset
Expand Down

0 comments on commit fc645c2

Please sign in to comment.