mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
15 More Horses
This commit is contained in:
@@ -97,7 +97,7 @@ module.exports = class HorseRaceCommand extends Command {
|
||||
if (colors[i]) drawImageWithTint(ctx, horseImg, colors[i], 37, 114 + (49 * i), 49, 49);
|
||||
ctx.font = '34px Paladins';
|
||||
ctx.fillText(this.formatTime(result.time), 755, 138 + (49 * i));
|
||||
ctx.font = '16px Paladins';
|
||||
ctx.font = '15px Paladins';
|
||||
ctx.fillText(horse.name, 251, 138 + (49 * i));
|
||||
}
|
||||
return { attachment: canvas.toBuffer(), name: 'leaderboard.png' };
|
||||
|
||||
Reference in New Issue
Block a user