mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user