mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-25 04:22:39 +01:00
Update init.lua
This commit is contained in:
parent
73781e7c35
commit
edbfb2db52
@ -195,7 +195,17 @@ local function motd()
|
||||
end
|
||||
end
|
||||
|
||||
--Загружаем самые нужные апишки
|
||||
_G._OSLANGUAGE = require("System/OS/Language")
|
||||
_G.ecs = require("ECSAPI")
|
||||
_G.config = require("config")
|
||||
_G.image = require("image")
|
||||
_G.fs = require("filesystem")
|
||||
|
||||
--Очищаем экран и запускаем ОС
|
||||
ecs.clearScreen()
|
||||
ecs.setScale(1)
|
||||
shell.execute("OS.lua")
|
||||
|
||||
while true do
|
||||
local component = require("component")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user