mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 18:22:47 +01:00
Документация по либе AdvancedLua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user