mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Merge branch 'opacity' into 'master'
BUG: Ensure that restraints with opacity sliders have `EditOpacity` set to `true` See merge request BondageProjects/Bondage-College!5522
This commit is contained in:
commit
52200bb9fa
1 changed files with 3 additions and 0 deletions
|
@ -55070,6 +55070,7 @@ var AssetFemale3DCG = [
|
|||
MinOpacity: 0.25,
|
||||
MaxOpacity: 1,
|
||||
Opacity: 1,
|
||||
EditOpacity: true,
|
||||
Hide: [
|
||||
"HandsLeft",
|
||||
"HandsRight",
|
||||
|
@ -55407,6 +55408,7 @@ var AssetFemale3DCG = [
|
|||
AllowLock: true,
|
||||
Extended: true,
|
||||
RemoveAtLogin: true,
|
||||
EditOpacity: true,
|
||||
MinOpacity: 0,
|
||||
Opacity: 0,
|
||||
FixedPosition: true,
|
||||
|
@ -55456,6 +55458,7 @@ var AssetFemale3DCG = [
|
|||
RemoveAtLogin: true,
|
||||
MinOpacity: 0,
|
||||
Opacity: 0,
|
||||
EditOpacity: true,
|
||||
SetPose: ["Kneel"],
|
||||
Block: ["ItemAddon"],
|
||||
Effect: [E.BlockWardrobe, E.Enclose, E.Freeze],
|
||||
|
|
Loading…
Add table
Reference in a new issue