1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-09-20 19:29:45 +00:00

Update tron

This commit is contained in:
LDDestroier 2018-11-13 15:17:32 -05:00 committed by GitHub
parent e16c37678c
commit e832b35c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
tron
View File

@ -42,6 +42,7 @@ local gridBack = {
}
for y = 1, gridFore do
gridFore[y] = gridFore[y]:gsub("#","\127")
end
--draws grid and background at scroll 'x' and 'y'
local drawGrid = function(x, y)