Make secret doors black instead of dark grey
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
## v1.1.0
|
||||
### Other
|
||||
- Secret doors are now tinted black instead of dark grey.
|
||||
|
||||
### New features
|
||||
- Tint secret doors grey for the GM to differentiate them from regular doors
|
||||
- Toggle doors between secret and normal with ctrl+click
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {settingsKey} from "../settings.js"
|
||||
|
||||
const SECRET_DOOR_TINT = 0x222222
|
||||
const SECRET_DOOR_TINT = 0x000000
|
||||
|
||||
// Tint all secret doors dark grey
|
||||
export function onCanvasReady(currentCanvas) {
|
||||
|
||||
Reference in New Issue
Block a user