Skip to content

Commit

Permalink
Fix missing font
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Nov 17, 2023
1 parent 192a9dd commit 76c95f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/BaseScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class BaseScene extends Phaser.Scene {

// Creates Phaser text object
addText({
fontFamily = "Sketch",
fontFamily = "Game Font",
x = 0,
y = 0,
size = 12,
Expand Down

0 comments on commit 76c95f2

Please sign in to comment.