Add a short delay before displaying username

This commit is contained in:
SweetSea-ButImNotSweet
2024-01-07 19:41:18 +07:00
parent d61372c041
commit 3cda61b48d

View File

@@ -787,7 +787,7 @@ function draw.norm(P,repMode)
gc_scale(P.size)
-- Draw username
if GAME.modUsed and P.frameRun>GAME.modUsed*2.6 or not GAME.modUsed then
if GAME.modUsed and P.frameRun>GAME.modUsed*26 or not GAME.modUsed then
setFont(30)
gc_setColor(GROUP_COLORS[P.group])
GC.mStr(P.username or USERS.getUsername(P.uid),300,-60)