mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 04:52:48 +01:00
aaefaef
This commit is contained in:
parent
66be0d3e31
commit
6a910d8d86
@ -488,19 +488,19 @@
|
||||
["version"]=1.0,
|
||||
},
|
||||
{
|
||||
["name"]="MineOS/System/OS/InfoPanel/Правила",
|
||||
["name"]="MineOS/System/InfoPanel/Правила",
|
||||
["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/Rules.txt",
|
||||
["type"]="Script",
|
||||
["version"]=1.0,
|
||||
},
|
||||
{
|
||||
["name"]="MineOS/System/OS/InfoPanel/Главная",
|
||||
["name"]="MineOS/System/InfoPanel/Главная",
|
||||
["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/Main.txt",
|
||||
["type"]="Script",
|
||||
["version"]=1.0,
|
||||
},
|
||||
{
|
||||
["name"]="MineOS/System/OS/InfoPanel/ССПИ",
|
||||
["name"]="MineOS/System/InfoPanel/ССПИ",
|
||||
["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/SSPI.txt",
|
||||
["type"]="Script",
|
||||
["version"]=1.0,
|
||||
|
||||
@ -16,7 +16,7 @@ local oldPixels = ecs.rememberOldPixels(x, y, x + width - 1, y + height - 1)
|
||||
local dataWidth, dataHeight = width - 6, height - 14
|
||||
local drawListFrom = 1
|
||||
local selectedObject = 3
|
||||
local pathToList = "System/AutorunManager/Filelist.txt"
|
||||
local pathToList = "MineOS/System/AutorunManager/Filelist.txt"
|
||||
local autorunObjects = {
|
||||
-- { path = "OS.lua", enabled = true, size = 30 },
|
||||
-- { path = "Cyka/Home.lua", enabled = true, size = 30 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user