Update init.lua

This commit is contained in:
Igor Timofeev 2015-08-29 22:14:09 +03:00
parent 73781e7c35
commit edbfb2db52

View File

@ -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")