mirror of
https://github.com/LDDestroier/CC/
synced 2025-04-07 19:16:39 +00:00
Update tron
This commit is contained in:
parent
a6d0574866
commit
cc8bde8523
1
tron
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 = {
|
||||
" ",
|
||||
" ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user