mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-26 17:52:47 +01:00
Update ECSAPI.lua
This commit is contained in:
@@ -316,6 +316,7 @@ end
|
||||
|
||||
--НАРИСОВАТЬ ЗАПОМНЕННЫЕ ПИКСЕЛИ ИЗ МАССИВА
|
||||
function ECSAPI.drawOldPixels(oldPixels)
|
||||
if not _G.image then _G.image = require("image") end
|
||||
image.drawPNG(1, 1, image.convertImagetoGroupedImage(oldPixels))
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user