This commit is contained in:
Dragon Fire
2021-02-20 10:52:02 -05:00
parent 21b572b45c
commit 20778d30a7
+1 -1
View File
@@ -117,7 +117,7 @@ module.exports = class YuGiOhGenCommand extends Command {
}
ctx.fillStyle = monsterType === 'xyz' || monsterType === 'link' ? 'white' : 'black';
ctx.textBaseline = 'top';
ctx.font = this.client.fonts.get('Matrix Book.ttf').toCanvasString(87);
ctx.font = this.client.fonts.get('Matrix Small Caps.ttf').toCanvasString(87);
ctx.fillText(name, 60, 57, 620);
ctx.fillStyle = 'black';
if (type === 'monster') {