Skip to content

Commit

Permalink
update(vgui/screentext): Default Font
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzis committed Jan 21, 2025
1 parent 99bd398 commit a7a03b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/vgui/ScreenText.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ScreenText
ScreenText();
~ScreenText();

void Create(Color color, std::string font = "Verdana", int size = 35);
void Create(Color color, std::string font = "Sans Serif", int size = 35);
void SetupViewForPlayer(Player* player);
void SetText(std::string text);
void SetPosition(float posX = 0.0, float posY = 0.0);
Expand Down

0 comments on commit a7a03b0

Please sign in to comment.