mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Add highlights layer and improved mask shape
This commit is contained in:
parent
eda0722107
commit
cad688ef56
10 changed files with 7 additions and 3 deletions
BondageClub/Assets/Female3DCG
Female3DCG.js
ItemTorso
ExtremeCorset_Large_BodyMask.pngExtremeCorset_Large_Highlights.pngExtremeCorset_Normal_BodyMask.pngExtremeCorset_Normal_Highlights.pngExtremeCorset_Small_BodyMask.pngExtremeCorset_Small_Highlights.pngExtremeCorset_XLarge_BodyMask.pngExtremeCorset_XLarge_Highlights.png
LayerNames.csv
|
@ -8058,9 +8058,10 @@ var AssetFemale3DCG = [
|
|||
Hogtied: PoseType.HIDE,
|
||||
AllFours: PoseType.HIDE,
|
||||
},
|
||||
DefaultColor: ["#545454", "#BC8B84"],
|
||||
DefaultColor: ["#545454", "#EEEEEE", "#BC8B84"],
|
||||
Layer: [
|
||||
{ Name: "Main" },
|
||||
{ Name: "Highlights" },
|
||||
{ Name: "Buckles" },
|
||||
{
|
||||
Name: "BodyMask",
|
||||
|
@ -28729,9 +28730,10 @@ var AssetFemale3DCG = [
|
|||
Hogtied: PoseType.HIDE,
|
||||
AllFours: PoseType.HIDE,
|
||||
},
|
||||
DefaultColor: ["#545454", "#BC8B84"],
|
||||
DefaultColor: ["#545454", "#EEEEEE", "#BC8B84"],
|
||||
Layer: [
|
||||
{ Name: "Main" },
|
||||
{ Name: "Highlights" },
|
||||
{ Name: "Buckles" },
|
||||
{
|
||||
Name: "BodyMask",
|
||||
|
@ -30143,9 +30145,10 @@ var AssetFemale3DCG = [
|
|||
Hogtied: PoseType.HIDE,
|
||||
AllFours: PoseType.HIDE,
|
||||
},
|
||||
DefaultColor: ["#545454", "#BC8B84"],
|
||||
DefaultColor: ["#545454", "#EEEEEE", "#BC8B84"],
|
||||
Layer: [
|
||||
{ Name: "Main" },
|
||||
{ Name: "Highlights" },
|
||||
{ Name: "Buckles" },
|
||||
{
|
||||
Name: "BodyMask",
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 2.9 KiB After ![]() (image error) Size: 4.2 KiB ![]() ![]() |
Binary file not shown.
After ![]() (image error) Size: 15 KiB |
Binary file not shown.
Before ![]() (image error) Size: 3 KiB After ![]() (image error) Size: 4.1 KiB ![]() ![]() |
Binary file not shown.
After ![]() (image error) Size: 15 KiB |
Binary file not shown.
Before ![]() (image error) Size: 3.1 KiB After ![]() (image error) Size: 3.9 KiB ![]() ![]() |
Binary file not shown.
After ![]() (image error) Size: 14 KiB |
Binary file not shown.
Before ![]() (image error) Size: 2.9 KiB After ![]() (image error) Size: 4 KiB ![]() ![]() |
Binary file not shown.
After ![]() (image error) Size: 16 KiB |
|
@ -2368,6 +2368,7 @@ ItemTorsoThinLeatherStrapsStrap,Straps
|
|||
ItemTorsoShinyLeotardLockLatex,Base
|
||||
ItemTorsoShinyLeotardLockShine,Shine
|
||||
ItemTorsoExtremeCorsetMain,Main
|
||||
ItemTorsoExtremeCorsetHighlights,Highlights
|
||||
ItemTorsoExtremeCorsetBuckles,Buckles
|
||||
ItemVulvaBasicCockringCockRing,Cock Ring
|
||||
ItemVulvaBasicCockringPenis,Penis
|
||||
|
|
|
Loading…
Add table
Reference in a new issue