mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-26 17:52:47 +01:00
aefaef
This commit is contained in:
@@ -11,7 +11,6 @@ local libraries = {
|
||||
["computer"] = "computer",
|
||||
["serialization"] = "serialization",
|
||||
["internet"] = "internet",
|
||||
["buffer"] = "doubleBuffering",
|
||||
}
|
||||
|
||||
local components = {
|
||||
@@ -1469,6 +1468,7 @@ ECSAPI.OSIconsHeight = 6
|
||||
--Вся необходимая информация для иконок
|
||||
local function OSIconsInit()
|
||||
if not _G.image then _G.image = require("image") end
|
||||
if not _G.buffer then _G.buffer = require("doubleBuffering") end
|
||||
if not ECSAPI.OSIcons then
|
||||
--Константы для иконок
|
||||
ECSAPI.OSIcons = {}
|
||||
|
||||
Reference in New Issue
Block a user