Рефакторинг библиотеки палитры (снес ее на хуй), фиксы GUI.error и прочей хуйни, связанной с анимированными кнопками

This commit is contained in:
igor
2018-01-03 15:36:38 +03:00
parent 8b2ad440e0
commit 9e7a02755e
16 changed files with 338 additions and 371 deletions

View File

@@ -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, " ")