From 3ae9b7b1a2919d62de9a95bf2ec20415ae9484dc Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Thu, 15 Nov 2018 22:29:28 -0500 Subject: [PATCH] Update tron --- tron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tron b/tron index 843e75d..52a9560 100644 --- a/tron +++ b/tron @@ -241,7 +241,7 @@ end local drawImage = function(im, x, y) local cx, cy = term.getCursorPos() - term.setBackgroundColor(initGrid.voidvol) + term.setBackgroundColor(colors.black) for iy = 1, #im[1] do for ix = 1, #im[1][iy] do term.setCursorPos(x+(ix-1),y+(iy-1))