From 87cc5a5ff3d402de33c09fdd7576a85d09e536f6 Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Thu, 18 Sep 2025 15:51:58 -0400 Subject: [PATCH] Other way oops --- commands/edit-image-text/undertale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image-text/undertale.js b/commands/edit-image-text/undertale.js index dee03830..dc97d388 100644 --- a/commands/edit-image-text/undertale.js +++ b/commands/edit-image-text/undertale.js @@ -82,7 +82,7 @@ module.exports = class UndertaleCommand extends Command { ctx.drawImage(base, 0, 0); let font = 'DeterminationMono.ttf'; let space = -3; - let y = 28; + let y = 31; switch (character) { case 'sans': font = 'UndertaleSans.ttf';