Add level selector / leaderboard browser #7
@ -399,7 +399,7 @@ local function controller(player)
|
|||||||
updateKeyRepeat()
|
updateKeyRepeat()
|
||||||
elseif cmd.buttons & BT_DRIFT then
|
elseif cmd.buttons & BT_DRIFT then
|
||||||
scrollPos = 1
|
scrollPos = 1
|
||||||
if modes then
|
if modes and #modes then
|
||||||
mode = $ % #modes + 1
|
mode = $ % #modes + 1
|
||||||
prefMode = modes[mode]
|
prefMode = modes[mode]
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user