Other way oops

This commit is contained in:
lilyissillyyy
2025-09-18 15:51:58 -04:00
parent 9782522296
commit 87cc5a5ff3
+1 -1
View File
@@ -82,7 +82,7 @@ module.exports = class UndertaleCommand extends Command {
ctx.drawImage(base, 0, 0); ctx.drawImage(base, 0, 0);
let font = 'DeterminationMono.ttf'; let font = 'DeterminationMono.ttf';
let space = -3; let space = -3;
let y = 28; let y = 31;
switch (character) { switch (character) {
case 'sans': case 'sans':
font = 'UndertaleSans.ttf'; font = 'UndertaleSans.ttf';