mirror of
https://github.com/LDDestroier/CC/
synced 2025-04-28 21:43:11 +00:00
Update tron
This commit is contained in:
parent
fa16c73f4e
commit
93430ea139
1
tron
1
tron
@ -817,6 +817,7 @@ while true do
|
|||||||
grid = deepCopy(initGrid)
|
grid = deepCopy(initGrid)
|
||||||
resetPlayers()
|
resetPlayers()
|
||||||
you, nou = 1, 2
|
you, nou = 1, 2
|
||||||
|
scrollX, scrollY = player[you].x - math.floor(scr_x / 2), player[you].x - math.floor(scr_y / 2)
|
||||||
gamename = ""
|
gamename = ""
|
||||||
for i = 1, 32 do
|
for i = 1, 32 do
|
||||||
gamename = gamename .. string.char(math.random(1,126))
|
gamename = gamename .. string.char(math.random(1,126))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user