Fix credit

This commit is contained in:
Dragon Fire
2020-11-22 10:34:15 -05:00
parent f4b6414eb5
commit 608195ab5d
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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/)
+1 -2
View File
@@ -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';