Gui Looks Nice

This commit is contained in:
Cooldude2606
2018-04-08 13:29:46 +01:00
parent bab8a8042d
commit 5b10126c44
3 changed files with 52 additions and 35 deletions

View File

@@ -20,7 +20,6 @@ local StdExpCoreLib = {}
require '/commands'
StdExpCoreLib.Server = require '/server'
StdExpCoreLib.Ranking = require '/ranking'
StdExpCoreLib.Sync = require '/sync'
StdExpCoreLib.Gui = require '/gui'
StdExpCoreLib.Gui:_load_parts{
'inputs',
@@ -29,6 +28,7 @@ StdExpCoreLib.Gui:_load_parts{
'left',
'popup'
}
StdExpCoreLib.Sync = require '/sync'
return function(rtn)
local _return = {}