driver.love/0048-manifest_navigator_down

7 lines
216 B
Plaintext

manifest_navigator_down = function()
local y, x, width = manifest_coord(Manifest_navigator.index)
local index = manifest_index(y+HUD_line_height, x, width)
if index then
Manifest_navigator.index = index
end
end