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