Add short delay before showing nickname (again)

This commit is contained in:
SweetSea-ButImNotSweet
2024-01-08 19:49:24 +07:00
parent f2686fb5bd
commit c20e4ac845
5 changed files with 20 additions and 24 deletions

View File

@@ -787,9 +787,11 @@ function draw.norm(P,repMode)
gc_scale(P.size)
-- Draw username
setFont(30)
gc_setColor(GROUP_COLORS[P.group])
GC.mStr(P.username or USERS.getUsername(P.uid),300,-60)
if P.showUsername then
setFont(30)
gc_setColor(GROUP_COLORS[P.group])
GC.mStr(P.username or USERS.getUsername(P.uid),300,-60)
end
-- Draw HUD
if ENV.nextCount>0 then _drawNext(P,repMode) end