mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-09 17:00:28 +00:00
Update tron
This commit is contained in:
parent
6819520272
commit
3ae9b7b1a2
2
tron
2
tron
@ -241,7 +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(initGrid.voidvol)
|
term.setBackgroundColor(colors.black)
|
||||||
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