mirror of
https://github.com/LDDestroier/CC/
synced 2025-06-03 11:54:05 +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'
|
--draws grid and background at scroll 'x' and 'y'
|
||||||
local drawGrid = function(x, y)
|
local drawGrid = function(x, y)
|
||||||
|
x, y = math.floor(x + 0.5), math.floor(y + 0.5)
|
||||||
local gridBack = {
|
local gridBack = {
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user