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

@@ -23,14 +23,6 @@ function scene.enter()
scene.widgetList.unranked.hide=scoreValid()
BG.set('tunnel')
end
function scene.back()
local totalModUsed=0
for i=1,#GAME.mod do
if GAME.mod[i]>0 then totalModUsed=totalModUsed+1
end
end
GAME.modUsed=totalModUsed>0 and totalModUsed or false
end
function scene.mouseMove(x,y)
selected=false