mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
30px
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = class SteamCardCommand extends Command {
|
|||||||
ctx.fillRect(0, 0, 494, 568);
|
ctx.fillRect(0, 0, 494, 568);
|
||||||
ctx.drawImage(avatar, 25, 25, 450, 450);
|
ctx.drawImage(avatar, 25, 25, 450, 450);
|
||||||
ctx.drawImage(base, 0, 0);
|
ctx.drawImage(base, 0, 0);
|
||||||
ctx.font = '32px Open Sans';
|
ctx.font = '30px Open Sans';
|
||||||
ctx.fillStyle = 'white';
|
ctx.fillStyle = 'white';
|
||||||
ctx.fillText(username, 35, 50);
|
ctx.fillText(username, 35, 50);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user