Menu Files

Menus are TOML files located in the Menus Path. The Root Menu is called first, then all menus exist as a tree from that.

Example

[menu]
gfile = "mainmenu"

[[menuitem]]
command = "SUBMENU"
hotkey = "M"
data = "message"

[[menuitem]]
command = "SUBMENU"
hotkey = "D"
data = "doors"

The Menu section

The menu section occurs just once,

The menu items are an array of “menuitem” they contain the following attributes.