Solve #119 Add script for create custom component

This commit is contained in:
Insality
2022-03-09 21:17:24 +02:00
parent 7b8dfb1ef0
commit b84b6c461d
7 changed files with 131 additions and 3 deletions

View File

@@ -163,7 +163,6 @@ local function init_lobby(self)
self.lobby_grid:add(get_title(self, "System"))
self.lobby_grid:add(get_button_disabled(self, "Styles"))
self.lobby_grid:add(get_button(self, "Whitelist / Blacklist", "system_whitelist_blacklist", "/system/whitelist_blacklist/whitelist_blacklist.gui_script"))
self.lobby_grid:add(get_button_disabled(self, "Custom components"))
self.lobby_grid:add(get_button_disabled(self, "Component interests"))
self.lobby_grid:add(get_button_disabled(self, "Nested Druids"))
self.lobby_grid:add(get_button(self, "Message input", "system_message_input", "/system/message_input/message_input.gui_script"))