mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-07 11:26:34 +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")
|
util.AddNetworkString("Checkpoint_Finish")
|
||||||
else
|
else
|
||||||
surface.CreateFont("BeatrunHUD", {
|
surface.CreateFont("BeatrunHUD", {
|
||||||
shadow = true,
|
shadow = false,
|
||||||
blursize = 0,
|
blursize = 0,
|
||||||
underline = false,
|
underline = false,
|
||||||
rotary = false,
|
rotary = false,
|
||||||
|
@ -35,8 +35,8 @@ else
|
||||||
italic = false,
|
italic = false,
|
||||||
outline = false,
|
outline = false,
|
||||||
symbol = false,
|
symbol = false,
|
||||||
size = 32,
|
size = 32 * (ScrH() / 1080),
|
||||||
weight = 2000
|
weight = 20
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue