Add ness to undertale

This commit is contained in:
Dragon Fire
2020-06-15 20:17:46 -04:00
parent 5a956d2f6a
commit 8a617dd192
5 changed files with 12 additions and 1 deletions
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+1
View File
@@ -6,6 +6,7 @@
"flowey",
"gaster",
"napstablook",
"ness",
"papyrus",
"sans",
"temmie",
+10
View File
@@ -14,6 +14,7 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'UndertaleSans.
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'pixelated-wingdings.ttf'), {
family: 'Pixelated Wingdings'
});
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'apple_kid.ttf'), { family: 'Apple Kid' });
module.exports = class UndertaleCommand extends Command {
constructor(client) {
@@ -61,6 +62,12 @@ module.exports = class UndertaleCommand extends Command {
reason: 'Pixelated Wingdings Font',
reasonURL: 'https://fontstruct.com/fontstructions/show/1218140/pixelated-wingdings'
},
{
name: 'EarthBound Central',
url: 'https://earthboundcentral.com/',
reason: 'Apple Kid Font',
reasonURL: 'https://earthboundcentral.com/2009/11/ultimate-earthbound-font-pack/'
},
{
name: 'Overtime2005',
url: 'https://github.com/Overtime2005',
@@ -108,6 +115,9 @@ module.exports = class UndertaleCommand extends Command {
case 'gaster':
font = 'Pixelated Wingdings';
break;
case 'ness':
font = 'Apple Kid';
break;
case 'temmie':
quote = this.client.registry.commands.get('temmie').temmize(quote);
break;
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "116.29.3",
"version": "116.29.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {