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

View file

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

View file

@ -4386,7 +4386,7 @@ interface PreferenceExtensionsSettingItem {
* Called when the extension screen is about to exit. * Called when the extension screen is about to exit.
* *
* Happens either through a click of the exit button, or the ESC key. * 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}. * done in {@link PreferenceExtensionsSettingItem.unload}.
* *
* @returns {boolean | void} If you have some validation that needs to happen * @returns {boolean | void} If you have some validation that needs to happen