added new border and masks

This commit is contained in:
2021-12-01 08:11:11 -06:00
parent 1e76cda54d
commit eb720963a3
5 changed files with 32 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -266,6 +266,31 @@ var TokenStamp = {};
borderImage: "placeholder.gif"
}
},
{
id: "asc-swrpg-1",
name: "Star Wars RPG 1",
defaultBorderColor: "rgb(255, 255, 255)",
imageMask: null,
overlayMask: null,
borderImage: null,
fileNames: {
imageMask: "asc-swrpg-mask.png",
overlayMask: "asc-swrpg-mask.png",
borderImage: "asc-swrpg-border.png"
}
},
{
id: "asc-datapad-1",
name: "Star Wars Datapad 1",
imageMask: null,
overlayMask: null,
borderImage: null,
fileNames: {
imageMask: "asc-datapad-mask.png",
overlayMask: "asc-datapad-mask.png",
borderImage: "asc-datapad-border.png"
},
},
{
id: "plain_ring_1",
name: "Thin Ring",
@@ -635,6 +660,12 @@ var TokenStamp = {};
name: "Soft Fade",
fileName: "overlay_fade_soft.png",
overlayImage: null
},
{
id: "scanlines",
name: "Scanlines",
fileName: "scanlines.png",
overlayImage: null
}
];
@@ -938,7 +969,7 @@ var TokenStamp = {};
setTimeout(function () {
//self.setActiveBorder("plain_ring_1");
view.fire("selectOption", null, 0, "plain_ring_1");
view.fire("selectOption", null, 0, "asc-swrpg-1");
view.fire("selectOption", null, 1, "none");
view.set("isLoading", false);
view.set("showStartMessage", true);