Update to remove FactorioModGui

This commit is contained in:
Cooldude2606
2018-06-17 23:20:26 +01:00
parent 29fbb8fc17
commit 5602a2aece
8 changed files with 7 additions and 2 deletions

View File

@@ -13,7 +13,6 @@
"version": "4.0.0", "version": "4.0.0",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Gui.zip", "location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Gui.zip",
"dependencies": { "dependencies": {
"FactorioModGui": "^1.0.0",
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",

View File

@@ -7,6 +7,7 @@
--- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module --- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module
-- @function _comment -- @function _comment
local mod_gui = require("mod-gui")
local center = {} local center = {}
center._center = {} center._center = {}

View File

@@ -7,6 +7,7 @@
--- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module --- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module
-- @function _comment -- @function _comment
local mod_gui = require("mod-gui")
local inputs = {} local inputs = {}
inputs._input = {} inputs._input = {}
-- these are just so you can have short cuts to this -- these are just so you can have short cuts to this

View File

@@ -7,6 +7,7 @@
--- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module --- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module
-- @function _comment -- @function _comment
local mod_gui = require("mod-gui")
local left = {} local left = {}
left._left = {} left._left = {}

View File

@@ -7,6 +7,7 @@
--- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module --- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module
-- @function _comment -- @function _comment
local mod_gui = require("mod-gui")
local popup = {} local popup = {}
popup._popup = {} popup._popup = {}

View File

@@ -6,6 +6,8 @@
--- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module --- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module
-- @function _comment -- @function _comment
local mod_gui = require("mod-gui")
local gui_tset_close = Gui.inputs.add{ local gui_tset_close = Gui.inputs.add{
name='gui-test-close', name='gui-test-close',
type='button', type='button',

View File

@@ -7,6 +7,7 @@
--- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module --- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module
-- @function _comment -- @function _comment
local mod_gui = require("mod-gui")
local toolbar = {} local toolbar = {}
--- Add a button to the toolbar, ranks need to be allowed to use these buttons if ranks is preset --- Add a button to the toolbar, ranks need to be allowed to use these buttons if ranks is preset

View File

@@ -50,7 +50,6 @@
"version": "4.0.0", "version": "4.0.0",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Gui.zip", "location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/ExpGamingCore.Gui.zip",
"dependencies": { "dependencies": {
"FactorioModGui": "^1.0.0",
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",