Добавлены все обновления от сообщества, вплоть до #148

This commit is contained in:
2024-09-12 14:28:43 +03:00
parent 98159766c4
commit 487a0e6e16
8841 changed files with 23077 additions and 20175 deletions

View File

@@ -1,6 +1,8 @@
local flib_migration = require("__flib__/migration")
local mod_gui = require("__core__/lualib/mod-gui")
local mouseover = require("__PipeVisualizer__/scripts/mouseover")
local version_migrations = {
["2.0.0"] = function()
global = {}
@@ -13,6 +15,9 @@ local version_migrations = {
end
end
end,
["2.2.0"] = function()
mouseover.on_init()
end,
}
local migrations = {}