Skip to content

Commit

Permalink
perk font fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
umarraj008 committed Dec 14, 2021
1 parent d70f69a commit 3bb4579
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Public/js/SceneManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ class SceneManager {
new Button(995,584,285,155,"15% Critical Hit Chance"/*, false, true*/),
new Button(995,761,285,155,"30% Critical Hit Chance"/*, false, true*/),
]

this.perkButtons[8].font = "25px pixel";
this.perkButtons[9].font = "25px pixel";
this.perkButtons[10].font = "25px pixel";
this.perkButtons[11].font = "25px pixel";

this.perkButtons[12].font = "25px pixel";
this.perkButtons[13].font = "25px pixel";
this.perkButtons[14].font = "25px pixel";
this.perkButtons[15].font = "25px pixel";

this.perkBuyButton = new Button(1364,400,470,80, "Buy Perk");
this.perkButtons[0].selected = true;
Expand Down

0 comments on commit 3bb4579

Please sign in to comment.