|
@@ -10,7 +10,7 @@ MODULENAME = "foundry-walls-to-drawing"; |
|
|
/** |
|
|
/** |
|
|
* Set up configuration options |
|
|
* Set up configuration options |
|
|
* */ |
|
|
* */ |
|
|
Hooks.on("init" () => { |
|
|
|
|
|
|
|
|
Hooks.on("init", () => { |
|
|
game.settings.register(MODULENAME, "cvWallColour", { |
|
|
game.settings.register(MODULENAME, "cvWallColour", { |
|
|
name: "Converted Wall Colour", |
|
|
name: "Converted Wall Colour", |
|
|
default: WALLCOLOUR, |
|
|
default: WALLCOLOUR, |
|
|