From a3efd25c79d917163b9ad9c4d7ab1d436bfadcec Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Emmanuel Zorg <zorgjeanbe@proton.me> Date: Fri, 28 Mar 2025 17:36:39 +0100 Subject: [PATCH] Fix whitespace --- BondageClub/Assets/Female3DCG/Female3DCG.js | 36 +++++-------------- .../Assets/Female3DCG/Female3DCGExtended.js | 10 +++--- BondageClub/Scripts/Typedef.d.ts | 2 +- 3 files changed, 15 insertions(+), 33 deletions(-) diff --git a/BondageClub/Assets/Female3DCG/Female3DCG.js b/BondageClub/Assets/Female3DCG/Female3DCG.js index ed31c27c56..0594e10fa0 100644 --- a/BondageClub/Assets/Female3DCG/Female3DCG.js +++ b/BondageClub/Assets/Female3DCG/Female3DCG.js @@ -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: [ diff --git a/BondageClub/Assets/Female3DCG/Female3DCGExtended.js b/BondageClub/Assets/Female3DCG/Female3DCGExtended.js index 2c755c7810..150abfee5c 100644 --- a/BondageClub/Assets/Female3DCG/Female3DCGExtended.js +++ b/BondageClub/Assets/Female3DCG/Female3DCGExtended.js @@ -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 diff --git a/BondageClub/Scripts/Typedef.d.ts b/BondageClub/Scripts/Typedef.d.ts index 524a759954..e05ff62f18 100644 --- a/BondageClub/Scripts/Typedef.d.ts +++ b/BondageClub/Scripts/Typedef.d.ts @@ -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