Made Some of the core files show credit

This commit is contained in:
Cooldude2606
2017-07-02 23:18:04 +01:00
parent 0c68849870
commit 71e789b508
5 changed files with 11 additions and 11 deletions

View File

@@ -9,12 +9,12 @@ Discord: https://discord.gg/XSsBV6b
The credit below may be used by another script do not remove.
]]
local credits = {{
name='Setup for the Gui Object',
name='Explosive Gaming Gui System',
owner='Explosive Gaming',
dev='Cooldude2606',
description='The very fondation of the Gui System',
description='Without this it would not be the same',
factorio_version='0.15.23',
show=false
show=true
}}
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
--Please Only Edit Below This Line-----------------------------------------------------------