mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Fix
This commit is contained in:
@@ -85,9 +85,9 @@ module.exports = class ThinkOfCommand extends Command {
|
|||||||
ctx.fillText(first.username, 270, 448);
|
ctx.fillText(first.username, 270, 448);
|
||||||
ctx.fillText(second.username, 930, 448);
|
ctx.fillText(second.username, 930, 448);
|
||||||
ctx.fillStyle = thought.color;
|
ctx.fillStyle = thought.color;
|
||||||
ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(20);
|
ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(40);
|
||||||
ctx.fillText('thinks this user is', 600, 230);
|
ctx.fillText('thinks they are', 600, 230);
|
||||||
ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(50);
|
ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(60);
|
||||||
ctx.fillText(thought.text, 600, 296);
|
ctx.fillText(thought.text, 600, 296);
|
||||||
ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(90);
|
ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(90);
|
||||||
ctx.fillText(thought.emoji, 600, 100);
|
ctx.fillText(thought.emoji, 600, 100);
|
||||||
|
|||||||
Reference in New Issue
Block a user