Update tron

This commit is contained in:
LDDestroier 2018-11-13 15:11:07 -05:00 committed by GitHub
parent a6d0574866
commit cc8bde8523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
tron
View File

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