mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-05 18:36:33 +05:00
miscellaneous changes
This commit is contained in:
parent
73ffa4c384
commit
18e9fbdb42
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ if SERVER then
|
|||
util.AddNetworkString("Checkpoint_Finish")
|
||||
else
|
||||
surface.CreateFont("BeatrunHUD", {
|
||||
shadow = true,
|
||||
shadow = false,
|
||||
blursize = 0,
|
||||
underline = false,
|
||||
rotary = false,
|
||||
|
@ -35,8 +35,8 @@ else
|
|||
italic = false,
|
||||
outline = false,
|
||||
symbol = false,
|
||||
size = 32,
|
||||
weight = 2000
|
||||
size = 32 * (ScrH() / 1080),
|
||||
weight = 20
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue