Added GameSettingsGui and GuiAnnouncements

This commit is contained in:
Cooldude2606
2018-10-09 19:51:14 +01:00
parent 6df973eb5c
commit 4375671c9b
22 changed files with 183 additions and 118 deletions

View File

@@ -22,7 +22,7 @@ local function format_label(label)
label.style.single_line = false
end
Gui.center.add{
ThisModule.Gui = Gui.center{
name='readme',
caption='utility/questionmark',
tooltip={'ExpGamingInfo-Readme.tooltip'}
@@ -129,4 +129,5 @@ end):add_tab('rules',{'ExpGamingInfo-Readme.rules-name'},{'ExpGamingInfo-Readme.
end)
-- Module Return
return ThisModule
-- when called will open readme for that user
return setmetatable(ThisModule,{__call=function(self,...) self.Gui(...) end})