1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-12-14 04:00:29 +00:00

Update tron

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

21
tron
View File

@ -22,16 +22,15 @@ local player = {
}
local gridFore = {
" ",
" ",
" ",
" ############",
" ############",
" ############",
" ############",
" ############",
" ############",
" ############",
" ",
" ",
" ##### #####",
" ##### #####",
" ##### #####",
" ",
" ##### #####",
" ##### #####",
" ##### #####",
}
local gridBack = {
"+-------",
@ -40,7 +39,7 @@ local gridBack = {
"| ",
"| "
}
for y = 1, gridFore do
for y = 1, #gridFore do
gridFore[y] = gridFore[y]:gsub("#","\127")
end