chore: use imagefont for hud numbers

This commit is contained in:
Kazhnuz 2019-12-29 10:58:46 +01:00
parent 99621a756c
commit 43eade2369
4 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
return {
glyphs = " 0123456789:/",
extraspacing = 1
}

View file

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 649 B

View file

@ -0,0 +1,4 @@
return {
glyphs = " 0123456789/",
extraspacing = 0,
}

View file

Before

Width:  |  Height:  |  Size: 521 B

After

Width:  |  Height:  |  Size: 521 B