mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-09 08:50:27 +00:00
Update tron
This commit is contained in:
parent
8a15679165
commit
6819520272
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(gridInit.voidvol)
|
term.setBackgroundColor(initGrid.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