3FQKHAESUGN474Q752VZEFWQ6762VUHDRHDIYOGW4HNUAL5ZDU6AC
CMZFG5EKA2MGFNYA66TJLYQ7VUIXRPCHDBQLZB2QTZMEUMNEGJUAC
YKRUNSPXQMYUZM2HC2BWRL3OLVF5X3Y3XASG7JCT4TW4VUHZD6ZAC
GQBUV2XOMEPMTXMPCBQWGGIUXGQDX77VTGPFIG6YT7G64ASOYHXQC
UHCBQAEPO46E4DOYJV7YDGJVZ62SH2OHZI4FVBNSGXXMX5JZAFFQC
Palette_alternatives_height = 5 -- number of rows of options to show
love.graphics.rectangle('fill', 0, Menu_status_bar_height, App.screen.width, 5+5*Line_height+5)
love.graphics.rectangle('fill', 0, Menu_status_bar_height, App.screen.width, 5+Palette_alternatives_height*Line_height+5)
love.graphics.rectangle('line', 0, Menu_status_bar_height, App.screen.width, 5+5*Line_height+5)
love.graphics.rectangle('line', 0, Menu_status_bar_height, App.screen.width, 5+Palette_alternatives_height*Line_height+5)
if Palette_cursor.y >= Menu_status_bar_height + 5+5*Line_height then
if Palette_cursor.y >= Menu_status_bar_height + 5+Palette_alternatives_height*Line_height then