375Q6NPJB34MIVAHX2K6MHLK5DMBMMQ4KKQKXG27IEBEYUKVDHIQC
Y6M77HB4XZCWZQHQK637T4ICR62JHVVYA6QEUMILVBU5BX4TMZRQC
QLJY3CKC3I5PMZNAKKZWOWVU7EX3PWXZYQN6G7462UQLDKKTUAHQC
OL5RDL6ZVYSPSTOH4EQYFEQQPQHW35B5YWV725FN534SAIWZ6QFQC
R5QXEHUIZLELJGGCZAE7ATNS3CLRJ7JFRENMGH4XXH24C5WABZDQC
LR4HHCRHSRNJHD625BE5ERN73NBHLWI2IHMFUFCB3Y2AGEDFSXSAC
JV27LDDKKY57IEBWGBFPSHEARMOEGLBYGBJD27PDPTNWWYXA4T6AC
YV2GBDNWXXP5V4YJUSEA5M6A3QWLU4NX42K5FV4RJVHKPFED66IAC
OC4P6P36KEBO2FIYTKXUQOP6VSQRFONDCLSZDGN7ZNYN23UMNH7AC
AZMYKWMHE3RTQ7Z7NTBK3H4YTZ46HQE2GHUY7WADMITC7UIVB5RQC
RK2ASPN7A55RCEG2YRFZLFXNPSME2VKBE2ZXO257DYZPS5TPXC5QC
Z5M23NTKKGEACSQJT27DRNS7NEK6OSLR2IOWVAH2C2PRAIU46BIQC
MZ3DMYPD4LSSQKEA3GNI5MK2QNTJ523DTNG6DUPWEWLH4FLUIQSAC
A5NQFECKMZBC7XXGYDG3U2ZAOK7PHSZTEOZNDJERMDYG3FJ3SDIAC
Scrollbar_width = 30
Side_button_width = 30
button(Global_state, 'right', {x=r-30, y=Menu_bottom, w=30, h=App.screen.height, bg={r=0.5, g=0.5, b=0.5, a=0.2},
button(Global_state, 'right', {x=r-Side_button_width, y=Menu_bottom, w=Side_button_width, h=App.screen.height, bg={r=0.5, g=0.5, b=0.5, a=0.2},
love.graphics.polygon('fill', r-25, App.screen.height/2-10, r-25, App.screen.height/2+10, r-5, App.screen.height/2)
love.graphics.polygon('fill', r-Side_button_width+5, App.screen.height/2-10, r-Side_button_width+5, App.screen.height/2+10, r-5, App.screen.height/2)
button(Global_state, 'previous_pane', {x=0, y=Menu_bottom, w=Menu_left+30, h=App.screen.height, bg={r=0.5, g=0.5, b=0.5, a=0.2},
button(Global_state, 'previous_pane', {x=0, y=Menu_bottom, w=Menu_left+Side_button_width, h=App.screen.height, bg={r=0.5, g=0.5, b=0.5, a=0.2},
love.graphics.polygon('fill', Menu_left+5, App.screen.height/2, Menu_left+25, App.screen.height/2-10, Menu_left+25, App.screen.height/2+10)
love.graphics.polygon('fill', Menu_left+5, App.screen.height/2, Menu_left+Side_button_width-5, App.screen.height/2-10, Menu_left+Side_button_width-5, App.screen.height/2+10)
love.graphics.line(state.right+30, state.top, state.right+30, state.bottom)
love.graphics.line(state.right+25, state.top, state.right+35, state.top)
love.graphics.line(state.right+25, state.bottom, state.right+35, state.bottom)
local r = state.right+15+Scrollbar_width/2
love.graphics.line(r, state.top, r, state.bottom)
love.graphics.line(r-5, state.top, r+5, state.top)
love.graphics.line(r-5, state.bottom, r+5, state.bottom)