Документация по либе AdvancedLua

This commit is contained in:
igor
2018-01-09 21:12:03 +03:00
parent 62695c1f93
commit d7cfa257e9
7 changed files with 413 additions and 36 deletions

View File

@@ -264,7 +264,7 @@ local function drawBigImageFromOCIFRawFile(x, y, path)
local background = color.to24Bit(string.byte(file:read(1)))
local foreground = color.to24Bit(string.byte(file:read(1)))
file:read(1)
local symbol = string.readUnicodeChar(file)
local symbol = fs.readUnicodeChar(file)
multiScreenSet(x + i - 1, y + j - 1, background, foreground, symbol)
end