ui theme generator + better module handling

This commit is contained in:
xAnavrins
2019-07-16 23:21:33 -04:00
parent c8f200ebb6
commit 672cca3084
6 changed files with 110 additions and 96 deletions

View File

@@ -7,6 +7,7 @@ UI.Menu.defaults = {
UIElement = 'Menu',
disableHeader = true,
columns = { { heading = 'Prompt', key = 'prompt', width = 20 } },
menuItems = { },
}
function UI.Menu:postInit()
self.values = self.menuItems