Add cg_drawfps + fixes

This commit is contained in:
Federico Cecchetto
2022-05-20 21:11:58 +02:00
parent 6aa313b79b
commit c88f624fe7
7 changed files with 193 additions and 185 deletions

View File

@ -93,6 +93,7 @@ function infoelement(data)
local value = LUI.UIText.new({
left = left + 5,
top = textoffsety,
font = labelfont.Font,
height = textheight,
leftAnchor = true,
topAnchor = true,
@ -156,3 +157,4 @@ LUI.onmenuopen("mp_hud", function(hud)
hud.static:addElement(infobar)
end)