setup_menu
menu = setup_menu()
Create a displayable and controllable menu system that can be fed chat data for user display.
After setup, provide it with menu items to display using menu.show(items) then call update and draw each frame.
menu = setup_menu()
Create a displayable and controllable menu system that can be fed chat data for user display.
After setup, provide it with menu items to display using menu.show(items) then call update and draw each frame.