Migrate new Guis

This commit is contained in:
Cooldude2606
2023-12-30 17:34:13 +00:00
parent f7eb9c0c37
commit 3f0df9b9b0
3 changed files with 39 additions and 31 deletions

View File

@@ -229,6 +229,7 @@ end
local vlayer_gui_control_storage_input =
Gui.element{
type = 'button',
name = Gui.unique_static_name,
caption = 'Add Input Storage'
}:style{
width = 160
@@ -248,6 +249,7 @@ end)
local vlayer_gui_control_storage_output =
Gui.element{
type = 'button',
name = Gui.unique_static_name,
caption = 'Add Output Storage'
}:style{
width = 160
@@ -267,6 +269,7 @@ end)
local vlayer_gui_control_circuit =
Gui.element{
type = 'button',
name = Gui.unique_static_name,
caption = 'Add Circuit'
}:style{
width = 160
@@ -286,6 +289,7 @@ end)
local vlayer_gui_control_power =
Gui.element{
type = 'button',
name = Gui.unique_static_name,
caption = 'Add Power'
}:style{
width = 160
@@ -308,6 +312,7 @@ end)
local vlayer_gui_control_remove =
Gui.element{
type = 'button',
name = Gui.unique_static_name,
caption = 'Remove Special'
}:style{
width = 160