mirror of
https://github.com/LDDestroier/CC/
synced 2025-08-05 05:13:47 +00:00
Update tron
This commit is contained in:
parent
cc0a92f5a9
commit
d43f4cfe6b
3
tron
3
tron
@ -770,6 +770,9 @@ local networking = function()
|
|||||||
elseif msg.gameID == gamename then
|
elseif msg.gameID == gamename then
|
||||||
if not isHost then
|
if not isHost then
|
||||||
player = msg.player
|
player = msg.player
|
||||||
|
if nextTurn then
|
||||||
|
player[nou].direction = nextTurn
|
||||||
|
end
|
||||||
trail = msg.trail
|
trail = msg.trail
|
||||||
deadGuys = msg.deadGuys
|
deadGuys = msg.deadGuys
|
||||||
elseif type(msg.keysDown) == "table" then
|
elseif type(msg.keysDown) == "table" then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user