mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Fix
This commit is contained in:
@@ -6,10 +6,10 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Regular.t
|
|||||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-CJK.otf'), { family: 'Noto' });
|
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-CJK.otf'), { family: 'Noto' });
|
||||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Emoji.ttf'), { family: 'Noto' });
|
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Emoji.ttf'), { family: 'Noto' });
|
||||||
const coord = [
|
const coord = [
|
||||||
[[107, 135], [439, 135]],
|
[[136, 135], [416, 135]],
|
||||||
[[105, 328], [443, 328]],
|
[[136, 328], [416, 328]],
|
||||||
[[120, 497], [445, 497]],
|
[[136, 497], [416, 497]],
|
||||||
[[116, 712], [420, 712]]
|
[[136, 712], [416, 712]]
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports = class PhoebeTeachingJoeyCommand extends Command {
|
module.exports = class PhoebeTeachingJoeyCommand extends Command {
|
||||||
|
|||||||
Reference in New Issue
Block a user