1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-04-07 19:16:39 +00:00

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