mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-24 07:56:53 +00:00
Update tron
This commit is contained in:
parent
58c9adf123
commit
03cf6fa7fc
1
tron
1
tron
@ -241,6 +241,7 @@ end
|
|||||||
|
|
||||||
local drawImage = function(im, x, y)
|
local drawImage = function(im, x, y)
|
||||||
local cx, cy = term.getCursorPos()
|
local cx, cy = term.getCursorPos()
|
||||||
|
term.setBackgroundColor(grid.voidvol)
|
||||||
for iy = 1, #im[1] do
|
for iy = 1, #im[1] do
|
||||||
for ix = 1, #im[1][iy] do
|
for ix = 1, #im[1][iy] do
|
||||||
term.setCursorPos(x+(ix-1),y+(iy-1))
|
term.setCursorPos(x+(ix-1),y+(iy-1))
|
||||||
|
Loading…
Reference in New Issue
Block a user