Added Rank Control and preset ranks

This commit is contained in:
Cooldude2606
2017-07-01 18:09:57 +01:00
parent aa3362d1ec
commit 126e51a6c3
4 changed files with 190 additions and 1 deletions

View File

@@ -18,8 +18,10 @@ local credits = {{
}}
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
--Please Only Edit Below This Line-----------------------------------------------------------
credit_loop(require("GUI/file-header"))
--as this is the core file the order in which the files are loaded does matter do not change
credit_loop(require("ExpGaming - Rank Table"))
credit_loop(require("ExpGaming - Rank Presets"))
credit_loop(require("ExpGaming - Rank Control"))
credit_loop(require("GUI/file-header"))
--Please Only Edit Above This Line-----------------------------------------------------------
return credits