White Text in horse-race

This commit is contained in:
Dragon Fire
2020-04-21 19:00:04 -04:00
parent 252b3a12b1
commit 433ed3035e
+1
View File
@@ -89,6 +89,7 @@ module.exports = class HorseRaceCommand extends Command {
const ctx = canvas.getContext('2d');
ctx.drawImage(lb, 0, 0);
ctx.font = '34px Paladins';
ctx.fillStyle = 'white';
ctx.textAlign = 'center';
ctx.textBaseline = 'middle';
for (let i = 0; i < horses.length; i++) {