From 03cf6fa7fc034e8a87fae58567760c3da4a181d8 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Thu, 15 Nov 2018 22:27:21 -0500 Subject: [PATCH] Update tron --- tron | 1 + 1 file changed, 1 insertion(+) diff --git a/tron b/tron index 16878fc..98fb94a 100644 --- a/tron +++ b/tron @@ -241,6 +241,7 @@ end local drawImage = function(im, x, y) local cx, cy = term.getCursorPos() + term.setBackgroundColor(grid.voidvol) for iy = 1, #im[1] do for ix = 1, #im[1][iy] do term.setCursorPos(x+(ix-1),y+(iy-1))