mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Update scale.lua
This commit is contained in:
parent
5491a9f6a3
commit
f10624633e
@ -1,7 +1,8 @@
|
||||
local c = require("component")
|
||||
local gpu, screen = c.gpu, c.screen
|
||||
local component = require("component")
|
||||
local gpu, screen = component.gpu, component.screen
|
||||
|
||||
local scale = {}
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
--Изменить масштаб монитора
|
||||
@ -81,6 +82,3 @@ function scale.set(scale, debug)
|
||||
end
|
||||
|
||||
--scale.set(1, true)
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user