mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +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.fillStyle = monsterType === 'xyz' || monsterType === 'link' ? 'white' : 'black';
|
||||||
ctx.textBaseline = 'top';
|
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.fillText(name, 60, 57, 620);
|
||||||
ctx.fillStyle = 'black';
|
ctx.fillStyle = 'black';
|
||||||
if (type === 'monster') {
|
if (type === 'monster') {
|
||||||
|
|||||||
Reference in New Issue
Block a user