mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Other way oops
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user