Clean Up Fonts

This commit is contained in:
Dragon Fire
2020-07-01 12:20:29 -04:00
parent 38926f87a7
commit 0c0853dec4
8 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const { stripIndents } = require('common-tags');
const { shuffle, randomRange } = require('../../util/Util');
const { drawImageWithTint } = require('../../util/Canvas');
const horses = require('../../assets/json/horse-race');
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Paladins-nl8P.otf'), { family: 'Paladins' });
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Paladins.otf'), { family: 'Paladins' });
const colors = ['gold', 'silver', '#cd7f32'];
module.exports = class HorseRaceCommand extends Command {