mirror of
https://github.com/LDDestroier/CC/
synced 2025-09-02 02:48:01 +00:00
Update tron
This commit is contained in:
4
tron
4
tron
@@ -780,7 +780,9 @@ while true do
|
|||||||
modem.transmit(port, port, {
|
modem.transmit(port, port, {
|
||||||
player = player,
|
player = player,
|
||||||
gameID = gamename,
|
gameID = gamename,
|
||||||
new = os.time()
|
new = os.time(),
|
||||||
|
gameDelay = gameDelayInit,
|
||||||
|
grid = gridInit
|
||||||
})
|
})
|
||||||
parallel.waitForAny(pleaseWait, networking)
|
parallel.waitForAny(pleaseWait, networking)
|
||||||
parallel.waitForAny(getInput, game, networking)
|
parallel.waitForAny(getInput, game, networking)
|
||||||
|
Reference in New Issue
Block a user