mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Угу
This commit is contained in:
parent
f84385022b
commit
2c1971a1e1
@ -173,14 +173,14 @@ do
|
||||
ecs.loadOSSettings()
|
||||
_G._OSLANGUAGE = _G.OSSettings.language
|
||||
|
||||
-- Выставляем адекватный масштаб монитора
|
||||
ecs.setScale(1)
|
||||
|
||||
-- Завершаем работу с инициализацией
|
||||
os.sleep(0.5) -- Allow signal processing by libraries.
|
||||
require("computer").pushSignal("init")
|
||||
os.sleep(0.1) -- Allow init processing.
|
||||
runlevel = 1
|
||||
|
||||
-- Выставляем адекватный масштаб монитора
|
||||
ecs.setScale(1)
|
||||
end
|
||||
|
||||
while true do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user