Add level selector / leaderboard browser #7

Merged
Not merged 23 commits from browser into master 2022-09-06 08:08:42 +00:00
Showing only changes of commit 45cefc786e - Show all commits

View File

@ -1485,9 +1485,14 @@ local function think()
if p.exiting then
p.exiting = $ + 1
end
end
if p.lives == 0 then
-- disable spba hud
if server.SPBAdone then
server.SPBArunning = false
p.pflags = $ & !(PF_TIMEOVER)
p.exiting = 100
end
elseif p.lives == 0 then
drawState = DS_SCROLL
end