Quick Menu
Description
The quick menu is the small menu rendered in the bottom of the screen, or on the top if you're in mobile. It's a menu that allows access to certain features during the game such as saving, loading, showing the log etc. The quick menu will render each of the buttons it has on its global configuration
Configuration
Buttons
Methods
Add Button
Adds a button to the end of the menu.
Example
Add Button After
Adds a button immediately after the button that has the string specified in the after
argument.
Example
The following sample will add the button after the Back
button
Add Button Before
Adds a button immediately before the button that has the string specified in the before
argument.
Example
The following sample will add the button before the Back
button
Last updated