Skip to content

Commit

Permalink
feat(GameScreen): render usernames with the Retropix font
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Nov 30, 2024
1 parent 233fbdb commit 8d2e0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/GameScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ async function drawBot({ bot, graphics, botDirection }: DrawBotArgs) {
},
text: bot.username,
style: {
fontFamily: "Verdana",
fontSize: 12,
fontFamily: "Retropix",
fontSize: 14,
fontWeight: "100",
fill: fillGradient,
},
Expand Down

0 comments on commit 8d2e0fa

Please sign in to comment.