diff --git a/Applications/HEX/HEX.lua b/Applications/HEX/HEX.lua index cbe27a3a..e0c0ad4d 100755 --- a/Applications/HEX/HEX.lua +++ b/Applications/HEX/HEX.lua @@ -22,7 +22,7 @@ local config = { yCurrentByte = 1, pathToFile = "bin/resolution.lua", sizeOfFile = 1, - transparency = 40, + transparency = 30, colors = { background = 0xdddddd, topBar = 0xdddddd, @@ -203,8 +203,8 @@ local function drawAll(force) drawTopBar() drawHexAndText() --Тень - buffer.square(config.x + config.width, config.y + 1, 2, config.height, 0x000000, 0xffffff, " ", config.transparency) - buffer.square(config.x + 2, config.y + config.height, config.width - 2, 1, 0x000000, 0xffffff, " ", config.transparency) + buffer.square(config.x + config.width, config.y + 1, 2, config.height, 0x000000, 0xffffff, " ", 50) + buffer.square(config.x + 2, config.y + config.height, config.width - 2, 1, 0x000000, 0xffffff, " ", 50) buffer.draw(force) end diff --git a/Applications/HEX/Icon.pic b/Applications/HEX/Icon.pic index d3d879b4..4630e953 100644 Binary files a/Applications/HEX/Icon.pic and b/Applications/HEX/Icon.pic differ diff --git a/MineOS/OS.lua b/MineOS/OS.lua index 41bd1511..6ccb3b15 100644 --- a/MineOS/OS.lua +++ b/MineOS/OS.lua @@ -477,7 +477,6 @@ while true do end end elseif eventData[1] == "OSWallpaperChanged" then - ecs.createShortCut(pathToWallpaper, path) changeWallpaper() drawAll(true) end