diff --git a/README.md b/README.md index c3478ab4..fdf85acd 100644 --- a/README.md +++ b/README.md @@ -1629,7 +1629,7 @@ here. - [SinKillerJ Tachikawa](https://www.deviantart.com/sinkillerj) * steam-card ([Template](https://www.deviantart.com/sinkillerj/art/Steam-Trading-Card-Template-GIMP-372156984)) - [sl777123](https://www.deviantart.com/sl777123) - * yu-gi-oh-gen ([Card Base Templates](https://www.deviantart.com/sl777123/art/Normals-711959461)) + * yu-gi-oh-gen ([Card Base Templates](https://www.deviantart.com/sl777123/gallery/64574029/templates)) - [SmileBASIC Source](https://smilebasicsource.com/) * smilebasic ([API](https://smilebasicsource.com/page?pid=1360)) - [SMWiki](http://www.smwiki.net/) diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index 9531ac68..a779094a 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -42,7 +42,7 @@ module.exports = class YuGiOhGenCommand extends Command { name: 'sl777123', url: 'https://www.deviantart.com/sl777123', reason: 'Card Base Templates', - reasonURL: 'https://www.deviantart.com/sl777123/art/Normals-711959461' + reasonURL: 'https://www.deviantart.com/sl777123/gallery/64574029/templates' }, { name: 'icycatelf', @@ -124,7 +124,6 @@ module.exports = class YuGiOhGenCommand extends Command { ctx.drawImage(levelI, levelX, 141, 50, 50); } } - ctx.font = '14px Noto'; ctx.fillStyle = monsterType === 'xyz' || monsterType === 'link' ? 'white' : 'black'; ctx.textBaseline = 'top'; ctx.font = '87px Matrix';