Fix whitespace

This commit is contained in:
Jean-Baptiste Emmanuel Zorg 2025-03-28 17:36:39 +01:00
parent a30dcbd182
commit a3efd25c79
3 changed files with 15 additions and 33 deletions
BondageClub

View file

@ -10745,12 +10745,12 @@ var AssetFemale3DCG = [
Left: 75,
Random: true,
Extended: true,
DefaultColor: ["#F2AADC","#F2AADC"],
DefaultColor: ["#F2AADC", "#F2AADC"],
PoseMapping: {
...AssetPoseMapping.Garters,
Hogtied: PoseType.HIDE,
AllFours: PoseType.HIDE,
},
...AssetPoseMapping.Garters,
Hogtied: PoseType.HIDE,
AllFours: PoseType.HIDE,
},
Layer: [
{
Name: "GarterR",
@ -28234,13 +28234,7 @@ var AssetFemale3DCG = [
AllowTighten: true,
DrawLocks: false,
Audio: "MetalClose",
DefaultColor: [
"#AAB7B9",
"#707070",
"#AAB7B9",
"#AAB7B9",
"#A89B80",
],
DefaultColor: ["#AAB7B9", "#707070", "#AAB7B9", "#AAB7B9", "#A89B80"],
Layer: [
{
Name: "Belt",
@ -29317,13 +29311,7 @@ var AssetFemale3DCG = [
AllowTighten: true,
DrawLocks: false,
Audio: "MetalClose",
DefaultColor: [
"#AAB7B9",
"#707070",
"#AAB7B9",
"#AAB7B9",
"#A89B80",
],
DefaultColor: ["#AAB7B9", "#707070", "#AAB7B9", "#AAB7B9", "#A89B80"],
Layer: [
{
Name: "Belt",
@ -34739,13 +34727,7 @@ var AssetFemale3DCG = [
AllowTighten: true,
DrawLocks: false,
Audio: "MetalClose",
DefaultColor: [
"#AAB7B9",
"#707070",
"#AAB7B9",
"#AAB7B9",
"#A89B80",
],
DefaultColor: ["#AAB7B9", "#707070", "#AAB7B9", "#AAB7B9", "#A89B80"],
Layer: [
{
Name: "Belt",
@ -51513,7 +51495,7 @@ var AssetFemale3DCG = [
AllowLock: true,
DrawLocks: false,
Extended: true,
Audio: "MetalClose",
Audio: "MetalClose",
DefaultColor: ["#808D90", "#819F9F", "#8E8D89", "#808D90", "#877C66"],
Hide: ["Glasses", "Jewelry"],
Block: [

View file

@ -4663,9 +4663,9 @@ var AssetFemale3DCGExtended = {
Name: "Handcuffs",
Key: "h",
Options: [
{
{
// None
Property: {}
Property: {},
},
{
// Front
@ -9737,7 +9737,7 @@ var AssetFemale3DCGExtended = {
},
{
// Neck cuff
Property: {Difficulty: 30},
Property: { Difficulty: 30 },
},
],
},
@ -12777,9 +12777,9 @@ var AssetFemale3DCGExtended = {
Name: "Handcuffs",
Key: "h",
Options: [
{
{
// None
Property: {}
Property: {},
},
{
// Front

View file

@ -4386,7 +4386,7 @@ interface PreferenceExtensionsSettingItem {
* Called when the extension screen is about to exit.
*
* Happens either through a click of the exit button, or the ESC key.
* This will **not** be called if a disconnect happens, so clean up should be
* This will **not** be called if a disconnect happens, so clean up should be
* done in {@link PreferenceExtensionsSettingItem.unload}.
*
* @returns {boolean | void} If you have some validation that needs to happen