D&D Modules

This commit is contained in:
Kyle
2021-07-05 15:06:20 -07:00
parent ac0e2e0ca6
commit 85b7158a48
17 changed files with 220 additions and 1 deletions

View File

@@ -1008,7 +1008,6 @@ function writeText(textObject, targetContext) {
//boxes for roll a d20 cards
if (savedRollYPosition && (newLineSpacing != 0 || !(newLine && !textOneLine))) {
if (savedRollYPosition != -1) {
console.log(savedRollYPosition);
paragraphContext.globalCompositeOperation = 'destination-over';
paragraphContext.globalAlpha = 0.25;
paragraphContext.fillStyle = 'black';