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

View File

@ -406,10 +406,10 @@ local function controller(player)
local cmd = player.cmd
if not keyRepeat then
if cmd.driftturn > 0 then
updateMapIndex(1)
updateMapIndex(-1)
updateKeyRepeat()
elseif cmd.driftturn < 0 then
updateMapIndex(-1)
updateMapIndex(1)
updateKeyRepeat()
elseif cmd.buttons & BT_FORWARD then
scrollPos = $ - 1