From cc8bde852366a3c6aeab4a653a8e26a1e5e80b91 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Tue, 13 Nov 2018 15:11:07 -0500 Subject: [PATCH] Update tron --- tron | 1 + 1 file changed, 1 insertion(+) diff --git a/tron b/tron index 735f580..cce1297 100644 --- a/tron +++ b/tron @@ -23,6 +23,7 @@ local player = { --draws grid and background at scroll 'x' and 'y' local drawGrid = function(x, y) + x, y = math.floor(x + 0.5), math.floor(y + 0.5) local gridBack = { " ", " ",