mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 10:12:48 +01:00
Рефакторинг библиотеки палитры (снес ее на хуй), фиксы GUI.error и прочей хуйни, связанной с анимированными кнопками
This commit is contained in:
@@ -169,7 +169,7 @@ local function configurator()
|
||||
gpu.setResolution(baseResolution.width, baseResolution.height)
|
||||
gpu.setDepth(8)
|
||||
|
||||
local color = color.HSBToHEX(counter / monitorCount * 360, 100, 100)
|
||||
local color = color.HSBToHEX(counter / monitorCount * 360, 1, 1)
|
||||
gpu.setBackground(color)
|
||||
gpu.setForeground(0xffffff - color)
|
||||
gpu.fill(1, 1, baseResolution.width, baseResolution.height, " ")
|
||||
|
||||
Reference in New Issue
Block a user