mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
af
This commit is contained in:
parent
1e2fc094da
commit
ba9e2b1c7e
@ -11,6 +11,7 @@ local libraries = {
|
||||
["computer"] = "computer",
|
||||
["serialization"] = "serialization",
|
||||
["internet"] = "internet",
|
||||
["image"] = "image",
|
||||
}
|
||||
|
||||
local components = {
|
||||
@ -1467,7 +1468,6 @@ 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
|
||||
--Константы для иконок
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user