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 11 additions and 0 deletions
Showing only changes of commit 2c11b1e0fc - Show all commits

View File

@ -118,6 +118,17 @@ local function drawMapStrings(v)
V_MAGENTAMAP,
"small-right"
)
-- hell
if map.menuflags & LF2_HIDEINMENU then
v.drawString(
300,
ttlY + 16,
"HELL",
V_REDMAP,
"right"
)
end
end
local F_SPBATK = 0x1