This commit is contained in:
Dragon Fire
2020-07-09 20:34:05 -04:00
parent 4df3de27cf
commit daf4a9c292
+1 -1
View File
@@ -68,7 +68,7 @@ module.exports = class TuxedoPoohCommand extends Command {
const normalTopMost = 145 - (((fontSize * normalLines.length) / 2) + ((10 * (normalLines.length - 1)) / 2));
for (let i = 0; i < normalLines.length; i++) {
const height = normalTopMost + ((fontSize + 10) * i);
ctx.fillText(nahLinormalLinesnes[i], 560, height);
ctx.fillText(normalLines[i], 560, height);
}
ctx.font = '50px Noto';
fontSize = 50;