This commit is contained in:
Dragon Fire
2020-06-03 18:55:44 -04:00
parent 4fb295fbc0
commit 6010923643
+1 -1
View File
@@ -76,7 +76,7 @@ module.exports = class PhoebeTeachingJoeyCommand extends Command {
ctx.drawImage(base, 0, 0);
ctx.fillStyle = 'white';
ctx.strokeStyle = 'black';
ctx.lineWidth = 10;
ctx.lineWidth = 5;
ctx.textBaseline = 'top';
ctx.textAlign = 'center';
let i = 0;