change some blindsense params
This commit is contained in:
parent
3964e87982
commit
92aced8f40
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.3.5] 2024-01-30
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changed visual parameters for blindsense
|
||||||
|
|
||||||
## [2.3.4] 2024-01-29
|
## [2.3.4] 2024-01-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "swade-mb-helpers",
|
"id": "swade-mb-helpers",
|
||||||
"title": "SWADE Helpers (MB)",
|
"title": "SWADE Helpers (MB)",
|
||||||
"version": "2.3.4",
|
"version": "2.3.5",
|
||||||
"description": "Mike's collection of swade helpers",
|
"description": "Mike's collection of swade helpers",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -84,7 +84,7 @@ Hooks.on('init', () => {
|
|||||||
},
|
},
|
||||||
vision: {
|
vision: {
|
||||||
darkness: { adaptive: false },
|
darkness: { adaptive: false },
|
||||||
defaults: { attenuation: 0.1, contrast: 0, saturation: -1, brightness: 0 },
|
defaults: { attenuation: 0.3, contrast: -0.5, saturation: 0.75, brightness: 0.5 },
|
||||||
preferred: false
|
preferred: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user