1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-10 00:43:27 +02:00

Merge pull request #249 from danielmartin0/develop

adapt to new Comfy Gui
This commit is contained in:
Gerkiz 2022-04-10 11:33:28 +02:00 committed by GitHub
commit 0f8ca8b84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,6 @@ require 'utils.freeplay'
--require 'maps.chronosphere.main'
--![[Adventure as a crew of pirates]]--
--NOTE: This scenario is intended to be used with utils.gui.group, utils.gui.poll, and utils.gui.score disabled
--require 'maps.pirates.main'
--![[Launch rockets in increasingly harder getting worlds.]]--

View File

@ -25,8 +25,9 @@ local Roles = require 'maps.pirates.roles.roles'
local Event = require 'utils.event'
local CustomEvents = require 'maps.pirates.custom_events'
require 'utils.gui'
-- local ComfyPanel = require 'utils.gui'
local ComfyGui = require 'utils.gui'
ComfyGui.set_disabled_tab('Scoreboard', true)
ComfyGui.set_disabled_tab('Groups', true)
local Public = {}