sokoban.love/0151-compute_scrollbar_topy

4 lines
129 B
Plaintext

compute_scrollbar_topy = function(state)
local f = compute_scrollbar(state)
return state.top + f*(state.bottom - state.top)
end