mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
фуа
This commit is contained in:
parent
863d43bd81
commit
cfdcd45388
@ -183,7 +183,7 @@ end
|
||||
--Загружаем необходимые библиотеки, дабы избежать потерь памяти
|
||||
_G._OSLANGUAGE = require("MineOS/System/OS/Language")
|
||||
_G.computer = require("computer")
|
||||
_G.ecs = require("ECSAPI")
|
||||
--_G.ecs = require("ECSAPI")
|
||||
_G.component = require("component")
|
||||
_G.gpu = _G.component.gpu
|
||||
|
||||
@ -191,7 +191,7 @@ _G.gpu = _G.component.gpu
|
||||
if component.isAvailable("modem") then component.modem.open(512) end
|
||||
|
||||
--Масштаб
|
||||
ecs.setScale(1)
|
||||
--ecs.setScale(1)
|
||||
|
||||
--Сообщаем системе, что все прогружено и готово к работе
|
||||
--Хз, так надо просто. Не ебись
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user