1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-11-01 07:53:00 +00:00

Update tron

This commit is contained in:
LDDestroier
2018-11-15 22:28:40 -05:00
committed by GitHub
parent 8a15679165
commit 6819520272

2
tron
View File

@@ -241,7 +241,7 @@ end
local drawImage = function(im, x, y)
local cx, cy = term.getCursorPos()
term.setBackgroundColor(gridInit.voidvol)
term.setBackgroundColor(initGrid.voidvol)
for iy = 1, #im[1] do
for ix = 1, #im[1][iy] do
term.setCursorPos(x+(ix-1),y+(iy-1))