1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-01 18:38:00 +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

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