mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 02:12:46 -06:00
initial updates to the LTN GUI for 2.0
This commit is contained in:
@@ -389,10 +389,14 @@ if settings.startup["cybersyn-manager-enabled"].value then
|
||||
{
|
||||
type = "shortcut",
|
||||
name = "cybersyn-toggle-gui",
|
||||
icon = data_util.build_sprite(nil, { 0, 0 }, util.paths.shortcut_icons, 32, 2),
|
||||
disabled_icon = data_util.build_sprite(nil, { 48, 0 }, util.paths.shortcut_icons, 32, 2),
|
||||
small_icon = data_util.build_sprite(nil, { 0, 32 }, util.paths.shortcut_icons, 24, 2),
|
||||
disabled_small_icon = data_util.build_sprite(nil, { 36, 32 }, util.paths.shortcut_icons, 24, 2),
|
||||
icon = "__cybersyn__/graphics/shortcut/shortcut_icon.png",
|
||||
icon_size = 32,
|
||||
small_icon = "__cybersyn__/graphics/shortcut/shortcut_icon.png",
|
||||
small_icon_size = 24,
|
||||
--icon = data_util.build_sprite("nil", { 0, 0 }, util.paths.shortcut_icons, 32, 2),
|
||||
--disabled_icon = data_util.build_sprite(nil, { 48, 0 }, util.paths.shortcut_icons, 32, 2),
|
||||
--small_icon = data_util.build_sprite(nil, { 0, 32 }, util.paths.shortcut_icons, 24, 2),
|
||||
--disabled_small_icon = data_util.build_sprite(nil, { 36, 32 }, util.paths.shortcut_icons, 24, 2),
|
||||
toggleable = true,
|
||||
action = "lua",
|
||||
associated_control_input = "cybersyn-toggle-gui",
|
||||
|
||||
Reference in New Issue
Block a user