Skip to content

Commit

Permalink
Up font quality
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jul 17, 2024
1 parent e9bc381 commit 5ff90b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/levels/level-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export class LevelSelect extends Scene {
color: Color.White,
textAlign: TextAlign.Center,
size: 40,
unit: FontUnit.Px
unit: FontUnit.Px,
quality: 8
});

const height = 600 * (10/16);
Expand Down
4 changes: 2 additions & 2 deletions src/puzzle-grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class PuzzleGrid {
unit: FontUnit.Px,
color: Color.White,
textAlign: TextAlign.Center,
quality: 4,
quality: 8,
lineWidth: 1,
strokeColor: Color.Black,
});
Expand All @@ -86,7 +86,7 @@ export class PuzzleGrid {
family: "PressStart2P",
unit: FontUnit.Px,
color: Color.White,
quality: 4,
quality: 8,
});

// housekeeping data structure for lighting up the ground blocks
Expand Down

0 comments on commit 5ff90b2

Please sign in to comment.