mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-24 00:35:59 +01:00
Update image.lua
This commit is contained in:
@@ -170,7 +170,7 @@ local function loadPNG(path)
|
||||
local file = io.open(path, "r")
|
||||
local newPNGMassiv = { ["backgrounds"] = {} }
|
||||
|
||||
local pixelCounter, lineCounter
|
||||
local pixelCounter, lineCounter = 1, 1
|
||||
for line in file:lines() do
|
||||
local dlinaStroki = unicode.len(line)
|
||||
pixelCounter = 1
|
||||
|
||||
Reference in New Issue
Block a user