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 = { " ", " ",