Skip to content

Commit

Permalink
removed local font
Browse files Browse the repository at this point in the history
  • Loading branch information
Times0 committed Nov 3, 2023
1 parent 00d1f97 commit 6b15974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "PygameUIKit"
version = "0.0.4"
version = "0.0.5"
authors = [
{ name="Times0", email="[email protected]" },
]
Expand Down
4 changes: 1 addition & 3 deletions src/PygameUIKit/text_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
pg.font.init()
COLOR_INACTIVE = pg.Color('lightskyblue3')
COLOR_ACTIVE = pg.Color('dodgerblue2')
cwd = os.path.dirname(__file__)
FONT = pg.font.Font(cwd + "/assets/OpenSans-Medium.ttf", 16)

FONT = pg.font.SysFont('Arial', 20)
TIME_OUT_FIRST = 500
TIME_OUT = 40

Expand Down

0 comments on commit 6b15974

Please sign in to comment.