Update init.lua

This commit is contained in:
Igor Timofeev 2015-09-05 10:24:47 +03:00
parent 20f19b81dc
commit 515c23a6d4

View File

@ -204,9 +204,9 @@ _G.fs = require("filesystem")
_G.shell = require("shell")
--Очищаем экран и запускаем ОС
pcall(ecs.clearScreen)
pcall(ecs.setScale, 1)
pcall(shell.execute, "OS.lua")
ecs.clearScreen()
ecs.setScale(1)
shell.execute("OS.lua")
while true do
local component = require("component")