Add level selector / leaderboard browser #7

Merged
Not merged 23 commits from browser into master 2022-09-06 10:08:42 +02:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 554e329194 - Show all commits

View File

@ -1480,6 +1480,11 @@ local function think()
if rawget(_G, "BrowserController")(p) then
drawState = DS_DEFAULT
end
-- prevent intermission while browsing
if p.exiting then
p.exiting = $ + 1
end
end
if p.lives == 0 then