Add level selector / leaderboard browser #7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user