mirror of
https://github.com/LDDestroier/CC/
synced 2025-04-04 09:46:55 +00:00
Update tron
This commit is contained in:
parent
3f379bfcd1
commit
331743820f
4
tron
4
tron
@ -675,8 +675,7 @@ local setDirection = function(keylist, p, checkDir)
|
||||
p.direction = 2
|
||||
elseif keylist[control.right] and (checkDir or p.direction) ~= 2 then
|
||||
p.direction = 0
|
||||
end
|
||||
if keylist[control.up] and (checkDir or p.direction) ~= 1 then
|
||||
elseif keylist[control.up] and (checkDir or p.direction) ~= 1 then
|
||||
p.direction = -1
|
||||
elseif keylist[control.down] and (checkDir or p.direction) ~= -1 then
|
||||
p.direction = 1
|
||||
@ -693,7 +692,6 @@ local game = function()
|
||||
p = player[you]
|
||||
np = player[nou]
|
||||
|
||||
|
||||
if isHost then
|
||||
setDirection(keysDown, p)
|
||||
setDirection(netKeysDown, np)
|
||||
|
Loading…
x
Reference in New Issue
Block a user