mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Update init.lua
This commit is contained in:
parent
20f19b81dc
commit
515c23a6d4
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user