From 433ed3035eaf765c4f8a388e28b683a824dc0455 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 21 Apr 2020 19:00:04 -0400 Subject: [PATCH] White Text in horse-race --- commands/games-sp/horse-race.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games-sp/horse-race.js b/commands/games-sp/horse-race.js index 1345ee69..3602f530 100644 --- a/commands/games-sp/horse-race.js +++ b/commands/games-sp/horse-race.js @@ -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++) {