-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abnormally large numbers #7
Comments
Hello, Is the minmade enabled? |
Hey, I forgot to answer this before my bad. Linux renders fonts differently from windows so most fonts will look noticeably bigger then they should, in this case it looks way bigger than I expected tho, that said I'm not sure when I'll be able to properly fix that so for the meantime I would suggest to manually tune a couple of font sizes. You can head to |
Speaking again about the topic. Maybe it's okay to add property selectors for different OS. "tall" "13" [$WIN32] // windows
"tall" "20" [!$WIN32] // all but windows
"tall" "20" [$X360] // xbox 360
"tall" "13" [$DEMO] // watching a demo
"tall" "36" [$OSX] // mac
"tall" "27" [$LINUX] // linux Example taken from this website: http://doodlesstuff.com/?p=tf2hud§ion=publish Edit: Found it's already implemented in the code. In theory it will work by just adding the linux tag. Edit part 2: Found also this MarkDown file. It explains some recommendations for linux support and explains that the tag is |
Everything else about the hud is fine but the numbers on my hud show up like this
I'm on linux 16:9
The text was updated successfully, but these errors were encountered: